|
@@ -105,7 +105,7 @@
|
|
|
<hadoop-thirdparty-shaded-protobuf-prefix>${hadoop-thirdparty-shaded-prefix}.protobuf</hadoop-thirdparty-shaded-protobuf-prefix>
|
|
|
<hadoop-thirdparty-shaded-guava-prefix>${hadoop-thirdparty-shaded-prefix}.com.google.common</hadoop-thirdparty-shaded-guava-prefix>
|
|
|
|
|
|
- <zookeeper.version>3.6.3</zookeeper.version>
|
|
|
+ <zookeeper.version>3.6.4</zookeeper.version>
|
|
|
<curator.version>5.2.0</curator.version>
|
|
|
<findbugs.version>3.0.5</findbugs.version>
|
|
|
<dnsjava.version>2.1.7</dnsjava.version>
|
|
@@ -1736,6 +1736,10 @@
|
|
|
<groupId>log4j</groupId>
|
|
|
<artifactId>log4j</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.yetus</groupId>
|
|
|
+ <artifactId>audience-annotations</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -1765,6 +1769,10 @@
|
|
|
<groupId>jdk.tools</groupId>
|
|
|
<artifactId>jdk.tools</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.yetus</groupId>
|
|
|
+ <artifactId>audience-annotations</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -1781,6 +1789,10 @@
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.yetus</groupId>
|
|
|
+ <artifactId>audience-annotations</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|