|
@@ -57,11 +57,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<artifactId>zookeeper-jute</artifactId>
|
|
<artifactId>zookeeper-jute</artifactId>
|
|
- <version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-cli</groupId>
|
|
<groupId>commons-cli</groupId>
|
|
<artifactId>commons-cli</artifactId>
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.yetus</groupId>
|
|
<groupId>org.apache.yetus</groupId>
|
|
@@ -82,18 +83,22 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<artifactId>jetty-server</artifactId>
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<artifactId>jetty-servlet</artifactId>
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
<artifactId>json-simple</artifactId>
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<groupId>org.bouncycastle</groupId>
|
|
@@ -108,10 +113,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>jline</groupId>
|
|
<groupId>jline</groupId>
|
|
<artifactId>jline</artifactId>
|
|
<artifactId>jline</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
<artifactId>metrics-core</artifactId>
|
|
<artifactId>metrics-core</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<groupId>log4j</groupId>
|
|
@@ -145,8 +152,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.xerial.snappy</groupId>
|
|
<groupId>org.xerial.snappy</groupId>
|
|
<artifactId>snappy-java</artifactId>
|
|
<artifactId>snappy-java</artifactId>
|
|
- <version>1.1.7</version>
|
|
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|