Skip to content

Commit

Permalink
Stop shipping commons-lang3 (#8997)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 1, 2024
1 parent 3c042d1 commit db29f34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/pom.xml
Expand Up @@ -276,6 +276,13 @@ THE SOFTWARE.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<exclusions>
<!-- Only needed for Pack200UnpackerAdapter, which we do not use -->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit db29f34

Please sign in to comment.