Skip to content

Commit 7109153

Browse files
committed
Adjust test deps for testcontainers
They use outdated commons-compress, just to prevent any "red flag" due that.
1 parent fe1c8e3 commit 7109153

File tree

1 file changed

+7
-0
lines changed
  • maven-resolver-named-locks-redisson

1 file changed

+7
-0
lines changed

maven-resolver-named-locks-redisson/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@
119119
<version>${testcontainersVersion}</version>
120120
<scope>test</scope>
121121
</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>
122129
<dependency>
123130
<groupId>org.testcontainers</groupId>
124131
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)