Skip to content

Commit 5db9665

Browse files
committed
Duplicate classes exclusion update
Tomcat and cxf seem to have duplicate classes Signed-off-by: Jason Porter <[email protected]>
1 parent a9ae7bb commit 5db9665

File tree

1 file changed

+6
-0
lines changed
  • kie-spring-boot/kie-spring-boot-autoconfiguration/kie-server-spring-boot-autoconfiguration

1 file changed

+6
-0
lines changed

kie-spring-boot/kie-spring-boot-autoconfiguration/kie-server-spring-boot-autoconfiguration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
<dependency>
5252
<groupId>org.apache.tomcat.embed</groupId>
5353
<artifactId>tomcat-embed-core</artifactId>
54+
<exclusions>
55+
<exclusion>
56+
<groupId>org.apache.tomcat</groupId>
57+
<artifactId>tomcat-annotations-api</artifactId>
58+
</exclusion>
59+
</exclusions>
5460
<scope>compile</scope>
5561
</dependency>
5662

0 commit comments

Comments
 (0)