diff options
Diffstat (limited to 'qpid/java/systests/pom.xml')
| -rw-r--r-- | qpid/java/systests/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml index 8a245b73a9..f845b9fb44 100644 --- a/qpid/java/systests/pom.xml +++ b/qpid/java/systests/pom.xml @@ -30,6 +30,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> <version>1.0-incubating-M2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <properties> @@ -55,6 +56,11 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>uk.co.thebadgerset</groupId> + <artifactId>junit-toolkit</artifactId> + </dependency> + <!-- Test Dependencies --> <dependency> <groupId>org.slf4j</groupId> |
