We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253982f commit 10c7dbdCopy full SHA for 10c7dbd
pom.xml
@@ -170,7 +170,7 @@
170
</dependency>
171
<dependency>
172
<groupId>org.apache.logging.log4j</groupId>
173
- <artifactId>log4j-core</artifactId>
+ <artifactId>log4j-api</artifactId>
174
<version>2.17.0</version>
175
<optional>true</optional>
176
@@ -286,6 +286,12 @@
286
<version>1.2.9</version>
287
<scope>test</scope>
288
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>
295
</dependencies>
296
297
<build>
0 commit comments