|
@@ -106,21 +106,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
<version>3.4.2</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <!-- otherwise seems to drag in junit 3.8.1 via jline -->
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.sun.jdmk</groupId>
|
|
|
- <artifactId>jmxtools</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.sun.jmx</groupId>
|
|
|
- <artifactId>jmxri</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|