|
@@ -203,6 +203,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
<artifactId>curator-test</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
@@ -212,9 +213,11 @@
|
|
|
<groupId>org.fusesource.leveldbjni</groupId>
|
|
|
<artifactId>leveldbjni-all</artifactId>
|
|
|
</dependency>
|
|
|
+ <!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
<type>test-jar</type>
|
|
|
</dependency>
|
|
|
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
|