launcher/http/pom.xml
branchclosure
changeset 1489 8d0fc428ff72
parent 1103 8ee3112f5647
child 1513 ba912ef24b27
     1.1 --- a/launcher/http/pom.xml	Thu May 16 10:38:20 2013 +0200
     1.2 +++ b/launcher/http/pom.xml	Sat Apr 26 19:13:56 2014 +0200
     1.3 @@ -56,5 +56,16 @@
     1.4        <artifactId>vm4brwsr</artifactId>
     1.5        <version>${project.version}</version>
     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>${project.groupId}</groupId>
    1.14 +      <artifactId>emul.mini</artifactId>
    1.15 +      <version>${project.version}</version>
    1.16 +      <scope>test</scope>
    1.17 +    </dependency>
    1.18    </dependencies>
    1.19  </project>