summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/java/pom.xml b/java/pom.xml
index b00c36c002..fdaba94ce6 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -337,6 +337,15 @@
</execution>
</executions>
</plugin>
+
+ <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. It will take a day or two from 16/1/2007.
+ <plugin>
+ <groupId>uk.co.thebadgerset</groupId>
+ <artifactId>junit-toolkit-maven-plugin</artifactId>
+ <version>0.3</version>
+ </plugin>
+ -->
+
</plugins>
</pluginManagement>
@@ -437,14 +446,12 @@
<scope>test</scope>
</dependency>
- <!-- Will be added to maven repo soon. JUnit test runner that can add repeats/concurrenct/timing etc to tests.
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.3</version>
<scope>test</scope>
</dependency>
- -->
<!-- Qpid Version Dependencies -->
<dependency>