Skip to content

Commit

Permalink
added sl4j-simple to fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Bhatia committed Aug 2, 2023
1 parent 6b1c14c commit 37bb328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
<version>1.7.32</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 37bb328

Please sign in to comment.