javaquery/api/pom.xml
branchmodel
changeset 530 3ce069ec3312
parent 218 bbc04118d571
child 554 05224402145d
     1.1 --- a/javaquery/api/pom.xml	Thu Nov 29 00:02:37 2012 +0100
     1.2 +++ b/javaquery/api/pom.xml	Tue Jan 22 21:57:27 2013 +0100
     1.3 @@ -64,5 +64,11 @@
     1.4        <type>jar</type>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>${project.groupId}</groupId>
     1.9 +      <artifactId>vmtest</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>