Skip to content

Commit

Permalink
Removed commons-collections exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshKumarRA committed Nov 5, 2024
1 parent fa8ade5 commit b904d82
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,6 @@
<artifactId>commons-beanutils</artifactId>
<groupId>commons-beanutils</groupId>
<version>1.9.4</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.lingala.zip4j</groupId>
Expand Down Expand Up @@ -433,6 +427,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.21</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b904d82

Please sign in to comment.