Skip to content

Commit

Permalink
Fix duplicate in new commons-configuration2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Apr 15, 2024
1 parent b751cc6 commit c16332c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.10.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit c16332c

Please sign in to comment.