|
@@ -83,10 +83,6 @@
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
</exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>log4j</groupId>
|
|
|
- <artifactId>log4j</artifactId>
|
|
|
- </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
<artifactId>curator-client</artifactId>
|
|
@@ -519,6 +515,10 @@
|
|
|
<artifactId>log4j-web</artifactId>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>log4j-1.2-api</artifactId>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|