diff options
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/pom.xml b/java/pom.xml index e1d9805bbb..2150e61861 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -348,13 +348,12 @@ </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. + <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. --> <plugin> <groupId>uk.co.thebadgerset</groupId> <artifactId>junit-toolkit-maven-plugin</artifactId> - <version>0.3</version> + <version>0.5-SNAPSHOT</version> </plugin> - --> </plugins> </pluginManagement> @@ -459,8 +458,8 @@ <dependency> <groupId>uk.co.thebadgerset</groupId> <artifactId>junit-toolkit</artifactId> - <version>0.3</version> - <scope>test</scope> + <version>0.5-SNAPSHOT</version> + <scope>compile</scope> </dependency> <!-- Qpid Version Dependencies --> |
