Skip to content

Commit 10c7dbd

Browse files
committed
log4j-core is used only for testing
1 parent 253982f commit 10c7dbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.logging.log4j</groupId>
173-
<artifactId>log4j-core</artifactId>
173+
<artifactId>log4j-api</artifactId>
174174
<version>2.17.0</version>
175175
<optional>true</optional>
176176
</dependency>
@@ -286,6 +286,12 @@
286286
<version>1.2.9</version>
287287
<scope>test</scope>
288288
</dependency>
289+
<dependency>
290+
<groupId>org.apache.logging.log4j</groupId>
291+
<artifactId>log4j-core</artifactId>
292+
<version>2.17.0</version>
293+
<scope>test</scope>
294+
</dependency>
289295
</dependencies>
290296

291297
<build>

0 commit comments

Comments
 (0)