From c1731b74dbed895fd686bee828de58d4cf8dc4eb Mon Sep 17 00:00:00 2001 From: Matt Pavlovich Date: Tue, 11 Oct 2022 09:08:39 -0500 Subject: [PATCH] [AMQ-8571] Remove unused commons-collection dep from activemq-console activemq-jaas feature-core --- activemq-console/pom.xml | 4 ---- activemq-jaas/pom.xml | 5 ----- activemq-karaf/src/main/resources/features-core.xml | 1 - 3 files changed, 10 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 110b557746..1d5809de5d 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -123,10 +123,6 @@ org.apache.velocity velocity-engine-core - - commons-collections - commons-collections - org.apache.commons commons-lang3 diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index c8aebc8d7b..197b04b959 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -66,11 +66,6 @@ - - commons-collections - commons-collections - test - commons-io commons-io diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml index f8f9d1c71f..f685fca917 100644 --- a/activemq-karaf/src/main/resources/features-core.xml +++ b/activemq-karaf/src/main/resources/features-core.xml @@ -46,7 +46,6 @@ http activemq-client mvn:commons-io/commons-io/${commons-io-version} - mvn:commons-collections/commons-collections/${commons-collections-version} mvn:org.apache.commons/commons-lang3/${commons-lang-version} mvn:commons-codec/commons-codec/1.15 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_6