Skip to content

Commit

Permalink
changed slf4j dependency to api instead of simple
Browse files Browse the repository at this point in the history
  • Loading branch information
hp authored and woodser committed Jan 8, 2025
1 parent 020c26e commit 2ea0179
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 @@ -66,11 +66,17 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.zeromq</groupId>
Expand Down

0 comments on commit 2ea0179

Please sign in to comment.