launcher/fx/pom.xml
branchclosure
changeset 1489 8d0fc428ff72
parent 1488 c2a6be99ffe2
child 1513 ba912ef24b27
     1.1 --- a/launcher/fx/pom.xml	Fri Apr 25 15:06:09 2014 +0200
     1.2 +++ b/launcher/fx/pom.xml	Sat Apr 26 19:13:56 2014 +0200
     1.3 @@ -53,5 +53,10 @@
     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    </dependencies>
    1.13  </project>