Skip to content

Commit 7742af8

Browse files
committed
Use Log4j BOM
1 parent c57f2da commit 7742af8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@
100100
<dependency>
101101
<groupId>org.apache.logging.log4j</groupId>
102102
<artifactId>log4j-core</artifactId>
103-
<version>${log4j.version}</version>
104103
<scope>test</scope>
105104
</dependency>
106105
<dependency>
107106
<groupId>org.apache.logging.log4j</groupId>
108107
<artifactId>log4j-jcl</artifactId>
109-
<version>${log4j.version}</version>
110108
<scope>test</scope>
111109
</dependency>
112110
<dependency>
@@ -138,6 +136,13 @@
138136
<type>pom</type>
139137
<scope>import</scope>
140138
</dependency>
139+
<dependency>
140+
<groupId>org.apache.logging.log4j</groupId>
141+
<artifactId>log4j-bom</artifactId>
142+
<version>${log4j.version}</version>
143+
<type>pom</type>
144+
<scope>import</scope>
145+
</dependency>
141146
<dependency>
142147
<groupId>org.junit</groupId>
143148
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)