summaryrefslogtreecommitdiff
path: root/java/client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/client/pom.xml')
-rw-r--r--java/client/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 617390c059..abac5b3f1a 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -55,6 +55,13 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
+ <!-- commons collection exports log4j v1.2.7 which doesn't have trace()-->
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>