This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new c5f94f3 ARTEMIS-3650: Remove unused tomcat-servlet-api dependency
new 6aa9e20 This closes #3951
c5f94f3 is described below
commit c5f94f340d721600c4b67dc003eace023b046211
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Fri Feb 11 10:09:17 2022 +0100
ARTEMIS-3650: Remove unused tomcat-servlet-api dependency
---
artemis-distribution/pom.xml | 4 ----
pom.xml | 5 -----
2 files changed, 9 deletions(-)
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index f499e32..2630a36 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index c1efdf1..e24a071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->