launcher/http/pom.xml
branchclosure
changeset 1599 36746c46716a
parent 1513 ba912ef24b27
child 1624 3e565843a131
     1.1 --- a/launcher/http/pom.xml	Wed Apr 30 15:04:10 2014 +0200
     1.2 +++ b/launcher/http/pom.xml	Mon May 26 17:52:56 2014 +0200
     1.3 @@ -67,5 +67,11 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +      <artifactId>aot</artifactId>
    1.10 +      <version>0.9-SNAPSHOT</version>
    1.11 +      <type>jar</type>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>