Skip to content

Commit 37bb328

Browse files
author
Manish Bhatia
committed
added sl4j-simple to fix #64
1 parent 6b1c14c commit 37bb328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<version>1.7.32</version>
7373
</dependency>
7474

75+
<dependency>
76+
<groupId>org.slf4j</groupId>
77+
<artifactId>slf4j-simple</artifactId>
78+
<version>1.7.32</version>
79+
</dependency>
80+
7581
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
7682
<dependency>
7783
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)