From c5f94f340d721600c4b67dc003eace023b046211 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Fri, 11 Feb 2022 10:09:17 +0100 Subject: [PATCH] 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 f499e32d34..2630a36863 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -132,10 +132,6 @@ org.apache.activemq activemq-openwire-legacy - - org.apache.tomcat - tomcat-servlet-api - diff --git a/pom.xml b/pom.xml index c1efdf17ee..e24a071d78 100644 --- a/pom.xml +++ b/pom.xml @@ -749,11 +749,6 @@ uber - - org.apache.tomcat - tomcat-servlet-api - 8.5.5 -