Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Exclude slf4j.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 30, 2020
1 parent 92c6392 commit 6b53275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 6b53275

Please sign in to comment.