Skip to content
Snippets Groups Projects
Commit 9aa47a1c authored by Yauheni Lesnikau's avatar Yauheni Lesnikau
Browse files

move log4j bom to root pom dep management

parent 3c4510dd
No related branches found
No related tags found
1 merge request!152fix whitesource vulnerabilities
Checking pipeline status
......@@ -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>
......
......@@ -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>
......
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