launcher/pom.xml
branchdew
changeset 462 aa69b1387624
parent 461 ccc3fd318cb1
child 463 3641fd0663d3
     1.1 --- a/launcher/pom.xml	Tue Jan 15 16:56:18 2013 +0100
     1.2 +++ b/launcher/pom.xml	Tue Jan 15 22:48:17 2013 +0100
     1.3 @@ -30,12 +30,6 @@
     1.4    </properties>
     1.5    <dependencies>
     1.6      <dependency>
     1.7 -      <groupId>junit</groupId>
     1.8 -      <artifactId>junit</artifactId>
     1.9 -      <version>3.8.1</version>
    1.10 -      <scope>test</scope>
    1.11 -    </dependency>
    1.12 -    <dependency>
    1.13        <groupId>org.glassfish.grizzly</groupId>
    1.14        <artifactId>grizzly-http-server</artifactId>
    1.15        <version>2.2.19</version>
    1.16 @@ -50,5 +44,16 @@
    1.17        <artifactId>json</artifactId>
    1.18        <version>20090211</version>
    1.19      </dependency>
    1.20 +    <dependency>
    1.21 +      <groupId>org.testng</groupId>
    1.22 +      <artifactId>testng</artifactId>
    1.23 +      <scope>test</scope>
    1.24 +      <exclusions>
    1.25 +        <exclusion>
    1.26 +          <artifactId>junit</artifactId>
    1.27 +          <groupId>junit</groupId>
    1.28 +        </exclusion>
    1.29 +      </exclusions>
    1.30 +    </dependency>
    1.31    </dependencies>
    1.32  </project>