[Enhancement] Use cloudera's security fixes log4j 1.2.17 (#28866)
Signed-off-by: Astralidea <astralidea@163.com>
This commit is contained in:
parent
20590ffb4a
commit
588aa459bc
|
|
@ -92,8 +92,8 @@ under the License.
|
|||
<url>https://repository.cloudera.com/content/repositories/third-party/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>cloudera-public</id>
|
||||
<url>https://repository.cloudera.com/artifactory/public/</url>
|
||||
<id>cloudera</id>
|
||||
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
|
||||
</repository>
|
||||
<!-- for bdb je -->
|
||||
<repository>
|
||||
|
|
@ -203,6 +203,13 @@ under the License.
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17-cloudera6</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
|
||||
<dependency>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue