|
|
@@ -305,12 +305,16 @@
|
|
|
<exclusions>
|
|
|
<!-- zkclient is helix-core dependency but it need to be 0.9 in order for AMS HA to work on secure cluster-->
|
|
|
<exclusion>
|
|
|
- <artifactId>zkclient</artifactId>
|
|
|
<groupId>com.101tec</groupId>
|
|
|
+ <artifactId>zkclient</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <artifactId>zookeeper</artifactId>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
+ <artifactId>zookeeper</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>log4j</groupId>
|
|
|
@@ -323,6 +327,12 @@
|
|
|
<groupId>com.101tec</groupId>
|
|
|
<artifactId>zkclient</artifactId>
|
|
|
<version>0.9</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
@@ -333,6 +343,10 @@
|
|
|
<artifactId>jline</artifactId>
|
|
|
<groupId>jline</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
@@ -344,6 +358,10 @@
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
@@ -403,6 +421,10 @@
|
|
|
<groupId>commons-el</groupId>
|
|
|
<artifactId>commons-el</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>tomcat</groupId>
|
|
|
<artifactId>jasper-runtime</artifactId>
|
|
|
@@ -518,6 +540,10 @@
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
|
|
|
@@ -765,6 +791,10 @@
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
<version>${phoenix.version}</version>
|
|
|
<scope>test</scope>
|
|
|
@@ -783,10 +813,18 @@
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
<classifier>tests</classifier>
|
|
|
</dependency>
|
|
|
@@ -855,6 +893,12 @@
|
|
|
<groupId>org.apache.ignite</groupId>
|
|
|
<artifactId>ignite-log4j</artifactId>
|
|
|
<version>2.1.0</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>net.sf.ehcache</groupId>
|