Skip to content

Commit

Permalink
Revert "Replace commons-collections:commons-collections by org.apache…
Browse files Browse the repository at this point in the history
….commons:commons-collections4"

This reverts commit 5227f02.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 26, 2024
1 parent 4a5d9a9 commit 2c05db6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kitodo-DataManagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
1 change: 1 addition & 0 deletions Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
[WARNING] commons-codec:commons-codec:jar:1.15:compile
[WARNING] junit:junit:jar:4.13.2:test
[WARNING] org.hamcrest:hamcrest-core:jar:1.3:compile
[WARNING] org.apache.commons:commons-collections4:jar:4.4:compile
[WARNING] org.apache.logging.log4j:log4j-1.2-api:jar:2.19.0:compile
[WARNING] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[WARNING] org.junit.platform:junit-platform-commons:jar:1.9.2:test
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
Expand Down Expand Up @@ -351,6 +356,10 @@ from system library in Java 11+ -->
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 2c05db6

Please sign in to comment.