Skip to content

Commit

Permalink
Merge pull request #1880 from jbonofre/KARAF-7853
Browse files Browse the repository at this point in the history
Cleanup commons-collections dependency
  • Loading branch information
jbonofre authored Nov 6, 2024
2 parents 5a8d99f + 0ba29ae commit a8d9901
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<feature name="spring-struts" description="Spring 3.1.x Struts support" version="${spring31.version}">
<feature version="[${spring31.version},3.2)">spring-web</feature>
<feature>pax-web-war</feature>
<bundle dependency="true" start-level="30">mvn:commons-collections/commons-collections/${commons-collections.version}</bundle>
<bundle dependency="true" start-level="30">mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle dependency="true" start-level="30">mvn:commons-beanutils/commons-beanutils/${commons-beanutils.version}</bundle>
<bundle dependency="true" start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.struts/${struts.bundle.version}</bundle>
<bundle start-level="30">mvn:org.springframework/spring-struts/${spring31.version}</bundle>
Expand Down
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,11 +1545,6 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down
17 changes: 0 additions & 17 deletions etc/appended-resources/supplemental-models.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,23 +313,6 @@
</licenses>
</project>
</supplement>
<supplement>
<project>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<name>Apache Commons Collections</name>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
</project>
</supplement>
<supplement>
<project>
<groupId>commons-jexl</groupId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-compress.version>1.27.1</commons-compress.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-logging.version>1.3.4</commons-logging.version>
Expand Down

0 comments on commit a8d9901

Please sign in to comment.