diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2007-08-03 04:00:41 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2007-08-03 04:00:41 +0000 |
| commit | 8eab2c30ae3cc0e523954d317517aab264923286 (patch) | |
| tree | 49ab979be36b2c53d633242b6b5b9a5187eb95ee /qpid/java/integrationtests | |
| parent | c063a5a7ee8748b1d1921beb0bc435bcb9e0d924 (diff) | |
| download | qpid-python-8eab2c30ae3cc0e523954d317517aab264923286.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@562323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests')
| -rw-r--r-- | qpid/java/integrationtests/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qpid/java/integrationtests/pom.xml b/qpid/java/integrationtests/pom.xml index 9ccd153f54..4733a5aac5 100644 --- a/qpid/java/integrationtests/pom.xml +++ b/qpid/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>
|
