ARTEMIS-3650: Remove unused tomcat-servlet-api dependency

This commit is contained in:
Domenico Francesco Bruscino 2022-02-11 10:09:17 +01:00 committed by Robbie Gemmell
parent 7b25cbb51d
commit c5f94f340d
2 changed files with 0 additions and 9 deletions

View File

@ -132,10 +132,6 @@
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId> <artifactId>activemq-openwire-legacy</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
</dependency>
<!-- Management Console Dependencies --> <!-- Management Console Dependencies -->
<dependency> <dependency>

View File

@ -749,11 +749,6 @@
<classifier>uber</classifier> <classifier>uber</classifier>
<!-- License: (Joint): Apache 2.0 & EPL 1.0 --> <!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
</dependency> </dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>8.5.5</version>
</dependency>
<!-- ## End Jetty Wed Dependencies ## --> <!-- ## End Jetty Wed Dependencies ## -->
<!-- for URL reflection. Using Populate on URI Factory at activemq-commons --> <!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->