We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c8e3 commit 7109153Copy full SHA for 7109153
maven-resolver-named-locks-redisson/pom.xml
@@ -119,6 +119,13 @@
119
<version>${testcontainersVersion}</version>
120
<scope>test</scope>
121
</dependency>
122
+ <!-- Remove when testcontainers update it (is not needed by this project) -->
123
+ <dependency>
124
+ <groupId>org.apache.commons</groupId>
125
+ <artifactId>commons-compress</artifactId>
126
+ <version>1.26.1</version>
127
+ <scope>test</scope>
128
+ </dependency>
129
<dependency>
130
<groupId>org.testcontainers</groupId>
131
<artifactId>junit-jupiter</artifactId>
0 commit comments