Skip to content

Commit

Permalink
excluded servlet-api to avoid BanDuplicateClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Dec 21, 2023
1 parent c570cf4 commit 330c961
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kie-tomcat-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<groupId>jakarta.security.jacc</groupId>
<artifactId>jakarta.security.jacc-api</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 330c961

Please sign in to comment.