Skip to content

Commit

Permalink
Exclude unwanted slf4j adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Sep 22, 2023
1 parent 1241155 commit 5ea532c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,11 @@
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>

<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 5ea532c

Please sign in to comment.