Skip to content

Commit 99e683c

Browse files
committed
Add SLF4J
1 parent f2fdd68 commit 99e683c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
</properties>
1616

1717
<dependencies>
18+
<dependency>
19+
<groupId>org.apache.logging.log4j</groupId>
20+
<artifactId>log4j-api</artifactId>
21+
<version>2.23.1</version>
22+
</dependency>
23+
<dependency>
24+
<groupId>org.apache.logging.log4j</groupId>
25+
<artifactId>log4j-core</artifactId>
26+
<version>2.23.1</version>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.apache.logging.log4j</groupId>
30+
<artifactId>log4j-slf4j2-impl</artifactId>
31+
<version>2.23.1</version>
32+
</dependency>
1833
<!-- https://mvnrepository.com/artifact/commons-net/commons-net -->
1934
<dependency>
2035
<groupId>commons-net</groupId>

0 commit comments

Comments
 (0)