From 9aa47a1c470bd15f04d78f69434b13444c8cf423 Mon Sep 17 00:00:00 2001 From: Yauheni_Lesnikau <ylesnikau@slb.com> Date: Wed, 19 Jan 2022 11:35:14 +0100 Subject: [PATCH] move log4j bom to root pom dep management --- notification-core/pom.xml | 7 ------- pom.xml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 68280a5e7..10e72d72a 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -49,13 +49,6 @@ <artifactId>woodstox-core</artifactId> <version>${woodstox-core.version}</version> </dependency> - <dependency> - <groupId> org.apache.logging.log4j</groupId> - <artifactId>log4j-bom</artifactId> - <version>${log4j.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> </dependencies> </dependencyManagement> diff --git a/pom.xml b/pom.xml index 5fc068cd1..2d56e6da8 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,13 @@ <dependencyManagement> <dependencies> + <dependency> + <groupId> org.apache.logging.log4j</groupId> + <artifactId>log4j-bom</artifactId> + <version>${log4j2.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> -- GitLab