javaquery/api/pom.xml
changeset 1739 e9b9d9ff0621
parent 1738 83151e1e0cac
child 1743 43ff517daa6e
     1.1 --- a/javaquery/api/pom.xml	Sat Dec 06 06:49:24 2014 +0100
     1.2 +++ b/javaquery/api/pom.xml	Sat Dec 06 07:11:02 2014 +0100
     1.3 @@ -41,6 +41,11 @@
     1.4                          </goals>
     1.5                      </execution>
     1.6                  </executions>
     1.7 +                <configuration>
     1.8 +                    <aotDeps>
     1.9 +                        <aotDep>org.apidesign.bck2brwsr:core</aotDep>
    1.10 +                    </aotDeps>
    1.11 +                </configuration>
    1.12              </plugin>
    1.13          </plugins>
    1.14      </build>