diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index 68280a5e7e219afe7f3d6f20992802bc29868d0b..10e72d72a619046c40ee855c8d13ee8df43e4ccf 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 5fc068cd1f0e1cf46ff4994046e0090cd59df210..2d56e6da874eeaedec7146c8d5c38e4e93b928ff 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>