Skip to content
Snippets Groups Projects
Commit 22e9fdeb authored by David Diederich's avatar David Diederich
Browse files

Specify dependencyManagement for azure to override log4j libraries

parent 2ed6567f
No related branches found
No related tags found
1 merge request!157Specify dependencyManagement for azure to override log4j libraries
Pipeline #83243 passed with warnings
......@@ -68,6 +68,21 @@
<type>pom</type>
<scope>import</scope>
</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-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
<version>${log4j2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -239,4 +254,4 @@
</plugin>
</plugins>
</reporting>
</project>
\ No newline at end of file
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment