summaryrefslogtreecommitdiff
path: root/qpid/java/systests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/systests/pom.xml')
-rw-r--r--qpid/java/systests/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml
index d9d07ed6f9..8a245b73a9 100644
--- a/qpid/java/systests/pom.xml
+++ b/qpid/java/systests/pom.xml
@@ -54,6 +54,15 @@
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
+
+ <!-- Test Dependencies -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.4.0</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>