From 6f22d3ad11a372f9ed7feccd9c900eea3ff1345a Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Fri, 10 Dec 2021 22:08:08 +0100 Subject: [PATCH] NIFI-9474 - Upgrade additional Log4j references to 2.15.0 This closes #5595 Signed-off-by: David Handermann --- nifi-nar-bundles/nifi-atlas-bundle/pom.xml | 8 ++++++++ .../nifi-registry-framework/pom.xml | 11 +++++++++++ .../nifi-registry-web-api/pom.xml | 14 +++++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml index e9d9d23138..6175ba1d39 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml @@ -96,6 +96,14 @@ netty-transport-native-epoll ${netty.4.version} + + + org.apache.logging.log4j + log4j-bom + 2.15.0 + import + pom + diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml index 3854a343ad..4b80f0996e 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml @@ -207,6 +207,17 @@ org.springframework.boot spring-boot-starter-security ${spring.boot.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + + + org.apache.logging.log4j + log4j-to-slf4j + 2.15.0 org.springframework.security diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml index 9757c84ea1..79894a8850 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml @@ -320,7 +320,19 @@ org.springframework.boot spring-boot-starter-web ${spring.boot.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + + org.apache.logging.log4j + log4j-to-slf4j + 2.15.0 + + org.springframework.boot spring-boot-starter-jersey @@ -450,7 +462,7 @@ spring-boot-starter-jetty ${spring.boot.version} test - + org.eclipse.jetty.websocket websocket-server