Skip to content

Commit

Permalink
Remove not anymore needed exclusions which breaks PCT test from 2.489…
Browse files Browse the repository at this point in the history
…, test with mvn clean install -Djenkins.version=2.489 (#536)

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored Dec 13, 2024
1 parent 3c6a5c2 commit 64ec487
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,6 @@
<artifactId>testcontainers</artifactId>
<version>1.20.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 64ec487

Please sign in to comment.