This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new c1731b74d [AMQ-8571] Remove unused commons-collection dep from
activemq-console activemq-jaas feature-core
new a2a0eb096 This closes #916
c1731b74d is described below
commit c1731b74dbed895fd686bee828de58d4cf8dc4eb
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Oct 11 09:08:39 2022 -0500
[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 110b55774..1d5809de5 100644
--- a/activemq-console/pom.xml
+++ b/activemq-console/pom.xml
@@ -123,10 +123,6 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
</dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index c8aebc8d7..197b04b95 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -66,11 +66,6 @@
<dependencies>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
diff --git a/activemq-karaf/src/main/resources/features-core.xml
b/activemq-karaf/src/main/resources/features-core.xml
index f8f9d1c71..f685fca91 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -46,7 +46,6 @@
<feature>http</feature>
<feature version="${project.version}">activemq-client</feature>
<bundle
dependency="true">mvn:commons-io/commons-io/${commons-io-version}</bundle>
- <bundle
dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
<bundle
dependency="true">mvn:org.apache.commons/commons-lang3/${commons-lang-version}</bundle>
<bundle dependency="true">mvn:commons-codec/commons-codec/1.15</bundle>
<bundle
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_6</bundle>