summaryrefslogtreecommitdiff
path: root/java/integrationtests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-08-03 04:00:41 +0000
committerRafael H. Schloming <rhs@apache.org>2007-08-03 04:00:41 +0000
commit043e8c35429e7dbcf6cfb63206f7980d1afeccdd (patch)
tree63dccd645343feb76ea948c3d53ef64cc47e95f3 /java/integrationtests
parentcd6b4ba256effcf6c3e3f69a74e51d82c579e2ea (diff)
downloadqpid-python-043e8c35429e7dbcf6cfb63206f7980d1afeccdd.tar.gz
fixed build failures caused by sloppy checkins and SNAPSHOT dependencies, changed the junit-toolkit version from 0.6-SNAPSHOT to 0.6-20070718.144514-11
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@562323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests')
-rw-r--r--java/integrationtests/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml
index 9ccd153f54..4733a5aac5 100644
--- a/java/integrationtests/pom.xml
+++ b/java/integrationtests/pom.xml
@@ -46,16 +46,15 @@
<artifactId>qpid-client</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>