Skip to content

Commit

Permalink
Add commons-codec to Dev Services dependencies
Browse files Browse the repository at this point in the history
Testcontainers uses commons-compress features that actually require
commons-codec to be around and for now it's an optional dependency of
commons-compress.
Adding it as an explicit dependency for now until the commons-compress
project fixes it.

Fixes #38990

(cherry picked from commit 997183b)
  • Loading branch information
gsmet committed Feb 27, 2024
1 parent 3859b5a commit 26a089a
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 26a089a

Please sign in to comment.