emul/mini/pom.xml
branchreflection
changeset 652 f095ea52f417
parent 554 05224402145d
     1.1 --- a/emul/mini/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/emul/mini/pom.xml	Sun Feb 03 18:58:09 2013 +0100
     1.3 @@ -22,6 +22,12 @@
     1.4        <version>0.3-SNAPSHOT</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.5.2</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14    <build>
    1.15        <plugins>