Skip to content

Commit

Permalink
Explicitly including commons-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Feb 22, 2024
1 parent a86632e commit 19e4e2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
<version>1.26.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- commons-codec -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- XZ for Java -->
<groupId>org.tukaani</groupId>
Expand Down

0 comments on commit 19e4e2d

Please sign in to comment.