diff options
Diffstat (limited to 'qpid/java/management')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/java/management/eclipse-plugin/pom.xml b/qpid/java/management/eclipse-plugin/pom.xml index 152b5e9b1a..4fbc8a0e3f 100644 --- a/qpid/java/management/eclipse-plugin/pom.xml +++ b/qpid/java/management/eclipse-plugin/pom.xml @@ -167,16 +167,27 @@ <version>3.2.0</version> <scope>compile</scope> </dependency> + + <!-- Test Dependencies --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.4.0</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-broker</artifactId> <scope>test</scope> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> + </dependencies> <build> |
