Skip to content

Commit

Permalink
fix(pom): Avoid slf4j related warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Sep 13, 2024
1 parent e3c5443 commit fb18c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit fb18c3a

Please sign in to comment.