diff options
Diffstat (limited to 'context/context-test-utils/pom.xml')
-rw-r--r-- | context/context-test-utils/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index dc8ec6e0d..77ef30d2a 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -56,5 +56,16 @@ <artifactId>junit</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.curator</groupId> + <artifactId>curator-test</artifactId> + <version>4.0.0</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </project>
\ No newline at end of file |