summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml
index 339d90ef9e..2cf8a563f0 100644
--- a/java/broker/pom.xml
+++ b/java/broker/pom.xml
@@ -37,6 +37,7 @@
</properties>
<dependencies>
+
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-common</artifactId>
@@ -45,12 +46,6 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -63,7 +58,7 @@
<artifactId>commons-lang</artifactId>
</dependency>
-<!-- Test Dependencies -->
+ <!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -75,6 +70,7 @@
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
<build>