diff options
Diffstat (limited to 'java/integrationtests')
-rw-r--r-- | java/integrationtests/pom.xml | 7 |
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>
|