Skip to content

Commit

Permalink
ARTEMIS-3650: Remove unused tomcat-servlet-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev authored and gemmellr committed Feb 14, 2022
1 parent 7b25cbb commit c5f94f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions artemis-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
</dependency>

<!-- Management Console Dependencies -->
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -749,11 +749,6 @@
<classifier>uber</classifier>
<!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>8.5.5</version>
</dependency>
<!-- ## End Jetty Wed Dependencies ## -->

<!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->
Expand Down

0 comments on commit c5f94f3

Please sign in to comment.