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

move log4j bom to root pom dep management

parent 6b528cf6
No related branches found
No related tags found
1 merge request!137fix whitesource issues
Pipeline #88444 failed
......@@ -45,6 +45,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>
......
......@@ -35,6 +35,7 @@
<mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version>
<oauth2-oidc-sdk.version>6.5</oauth2-oidc-sdk.version>
<woodstox-core.version>5.3.0</woodstox-core.version>
<hibernate-validator.version>5.3.6.Final</hibernate-validator.version>
</properties>
<dependencyManagement>
......@@ -52,6 +53,11 @@
<artifactId>woodstox-core</artifactId>
<version>${woodstox-core.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate-validator.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -33,7 +33,6 @@
<properties>
<netty.version>4.1.70.Final</netty.version>
<spring-security-web.version>5.4.9</spring-security-web.version>
<log4j.version>2.16.0</log4j.version>
</properties>
<dependencyManagement>
......@@ -45,13 +44,6 @@
<type>pom</type>
<scope>import</scope>
</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>
......
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