rt/aot/pom.xml
changeset 1728 1d850aa501bb
parent 1715 dcd26599413f
child 1757 837ea3e1cbaf
     1.1 --- a/rt/aot/pom.xml	Fri Sep 26 16:27:58 2014 +0200
     1.2 +++ b/rt/aot/pom.xml	Sun Nov 23 21:59:21 2014 +0100
     1.3 @@ -33,5 +33,11 @@
     1.4              <version>1.6.1</version>
     1.5              <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>org.testng</groupId>
     1.9 +            <artifactId>testng</artifactId>
    1.10 +            <version>6.8.1</version>
    1.11 +            <scope>test</scope>
    1.12 +        </dependency>
    1.13      </dependencies>
    1.14  </project>