Skip to content

Commit 0bf1e42

Browse files
Exclude conflicting dependency on tomcat
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 5c9e68f commit 0bf1e42

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bom/compile/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@
328328
<artifactId>org.apache.felix.http.servlet-api</artifactId>
329329
<version>1.2.0</version>
330330
<scope>compile</scope>
331+
<exclusions>
332+
<exclusion>
333+
<groupId>org.apache.tomcat</groupId>
334+
<artifactId>tomcat-servlet-api</artifactId>
335+
</exclusion>
336+
</exclusions>
331337
</dependency>
332338
<dependency>
333339
<groupId>org.apache.aries.spec</groupId>

0 commit comments

Comments
 (0)