diff options
Diffstat (limited to 'java/client')
-rw-r--r-- | java/client/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index 35f5224a67..854428fb39 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -55,12 +55,6 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <exclusions> <!-- Tries to download 1.2.7--> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> @@ -73,7 +67,7 @@ <artifactId>mina-filter-ssl</artifactId> </dependency> -<!-- Test Dependencies --> + <!-- Test Dependencies --> <dependency> <!-- for inVm Broker --> <groupId>org.apache.qpid</groupId> <artifactId>qpid-broker</artifactId> |