Skip to content

Commit

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

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 26, 2024
1 parent e84243d commit 5227f02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 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>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
1 change: 0 additions & 1 deletion Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
[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: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@
<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 @@ -356,10 +351,6 @@ 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 5227f02

Please sign in to comment.