Skip to content

Commit

Permalink
Issue checkstyle#14123: Remove transitive google-collections dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
XN137 authored and nrmancuso committed Dec 21, 2023
1 parent a28694c commit f19b632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f19b632

Please sign in to comment.