launcher/fx/pom.xml
branchclassloader
changeset 1184 ccf2447021f6
parent 1179 2fee889b9830
child 1249 cdaeea7becf2
     1.1 --- a/launcher/fx/pom.xml	Mon Jun 17 17:40:30 2013 +0200
     1.2 +++ b/launcher/fx/pom.xml	Thu Jun 20 10:22:50 2013 +0200
     1.3 @@ -75,5 +75,10 @@
     1.4        <artifactId>asm</artifactId>
     1.5        <version>4.1</version>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.apidesign.html</groupId>
     1.9 +      <artifactId>net.java.html.boot</artifactId>
    1.10 +      <version>0.4-SNAPSHOT</version>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13  </project>