We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628480c + 89d06d2 commit 545951bCopy full SHA for 545951b
pom.xml
@@ -34,10 +34,15 @@
34
</dependency>
35
<dependency>
36
<groupId>org.apache.logging.log4j</groupId>
37
- <artifactId>log4j</artifactId>
38
- <version>2.16.0</version>
39
- </dependency>
40
- </dependencies>
+ <artifactId>log4j-core</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
41
+ <groupId>org.apache.logging.log4j</groupId>
42
+ <artifactId>log4j-api</artifactId>
43
44
45
+ </dependencies>
46
<build>
47
<plugins>
48
<plugin>
0 commit comments