diff options
Diffstat (limited to 'context/context-test-utils/pom.xml')
-rw-r--r-- | context/context-test-utils/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index c73a10914..68228099a 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -65,6 +65,26 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.zookeeper</groupId> + <artifactId>zookeeper</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.zookeeper</groupId> + <artifactId>zookeeper</artifactId> + <version>3.5.4-beta</version> + <exclusions> + <!-- Zookeeper uses an ancient version of log4j --> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> </exclusions> </dependency> </dependencies> |