From 9a516b413bc809dfb4df85d0a9c1e184fd44199d Mon Sep 17 00:00:00 2001 From: lizheng920625 Date: Mon, 13 Dec 2021 15:38:51 +0800 Subject: [PATCH] exclude log4j-api and log4j-core --- plugin-openlookeng/pom.xml | 16 ++++++++++++++++ pom.xml | 3 +-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/plugin-openlookeng/pom.xml b/plugin-openlookeng/pom.xml index b2565a9..c1e25b4 100644 --- a/plugin-openlookeng/pom.xml +++ b/plugin-openlookeng/pom.xml @@ -41,6 +41,16 @@ org.apache.ranger ranger-plugins-audit ${ranger.version} + + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-core + + org.apache.ranger @@ -91,6 +101,12 @@ junit junit + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.core.version} + runtime + diff --git a/pom.xml b/pom.xml index 764dd70..7f75e9d 100644 --- a/pom.xml +++ b/pom.xml @@ -94,8 +94,7 @@ 5.2.0 1.3.9 4.12 - 2.11.1 - 1.2.17 + 2.15.0 8.4.0 3.7 0.8 -- Gitee