diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-30 16:40:20 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-30 16:40:20 +0000 |
| commit | 81e67dcd13dcf238841d1591cfdc3f77bc62ab48 (patch) | |
| tree | 9b2ec42fc0a602d23b21c175072cd8ad863c7e51 /qpid/java/pom.xml | |
| parent | 03ef7ca30485d905efa6e015705c1d3d63d4fdce (diff) | |
| download | qpid-python-81e67dcd13dcf238841d1591cfdc3f77bc62ab48.tar.gz | |
(Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes removed. JUnit-toolkit 0.5-SNAPSHOT added to the build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@501455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index e1d9805bbb..2150e61861 100644 --- a/qpid/java/pom.xml +++ b/qpid/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 --> |
