mojo/src/main/resources/archetype-resources/pom.xml
branchmodel
changeset 528 08cd5a0c967e
parent 422 8e0818ad6c4d
child 534 3cefccd50bd5
     1.1 --- a/mojo/src/main/resources/archetype-resources/pom.xml	Thu Jan 10 10:05:17 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/pom.xml	Tue Jan 22 09:19:47 2013 +0100
     1.3 @@ -53,5 +53,11 @@
     1.4        <artifactId>javaquery.api</artifactId>
     1.5        <version>0.3-SNAPSHOT</version>
     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  </project>