Skip to content

Commit

Permalink
Merge pull request #39031 from gsmet/add-commons-codec
Browse files Browse the repository at this point in the history
Add commons-codec to Dev Services dependencies
  • Loading branch information
geoand authored Feb 27, 2024
2 parents 82c4d96 + 997183b commit 8a263e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/devservices/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
</exclusion>
</exclusions>
</dependency>
<!--
This should be removed once we upgrade to commons-compress 1.26.1 (or similar).
See https://github.com/quarkusio/quarkus/issues/38990
-->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit4-mock</artifactId>
Expand Down

0 comments on commit 8a263e5

Please sign in to comment.