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.
1 parent f2fdd68 commit 99e683cCopy full SHA for 99e683c
pom.xml
@@ -15,6 +15,21 @@
15
</properties>
16
17
<dependencies>
18
+ <dependency>
19
+ <groupId>org.apache.logging.log4j</groupId>
20
+ <artifactId>log4j-api</artifactId>
21
+ <version>2.23.1</version>
22
+ </dependency>
23
24
25
+ <artifactId>log4j-core</artifactId>
26
27
28
29
30
+ <artifactId>log4j-slf4j2-impl</artifactId>
31
32
33
<!-- https://mvnrepository.com/artifact/commons-net/commons-net -->
34
<dependency>
35
<groupId>commons-net</groupId>
0 commit comments