diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index ffa241d6eb16b7e5f9bfe9a4c4e1e18c7cc4cd7b..81924ede86b75136c8d4b2d0f8725f782b85de1e 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -67,6 +67,31 @@ <artifactId>woodstox-core</artifactId> <version>${woodstox-core.version}</version> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jul</artifactId> + <version>${log4j2.version}</version> + </dependency> </dependencies> </dependencyManagement> @@ -238,4 +263,4 @@ </plugin> </plugins> </reporting> -</project> \ No newline at end of file +</project>