launcher/fx/pom.xml
changeset 1169 c19ac78b940e
parent 1165 06e7a74c72cf
child 1170 ebedd84fba80
     1.1 --- a/launcher/fx/pom.xml	Tue May 28 21:49:38 2013 +0200
     1.2 +++ b/launcher/fx/pom.xml	Sat Jun 08 12:09:10 2013 +0200
     1.3 @@ -54,5 +54,15 @@
     1.4        <scope>system</scope>
     1.5        <systemPath>${jfxrt.jar}</systemPath>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.testng</groupId>
     1.9 +      <artifactId>testng</artifactId>
    1.10 +      <scope>test</scope>
    1.11 +    </dependency>
    1.12 +    <dependency>
    1.13 +      <groupId>org.netbeans.modules</groupId>
    1.14 +      <artifactId>org-netbeans-bootstrap</artifactId>
    1.15 +      <version>RELEASE73</version>
    1.16 +    </dependency>
    1.17    </dependencies>
    1.18  </project>