Skip to content

Commit 64ec487

Browse files
authored
Remove not anymore needed exclusions which breaks PCT test from 2.489, test with mvn clean install -Djenkins.version=2.489 (#536)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 3c6a5c2 commit 64ec487

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,6 @@
160160
<artifactId>testcontainers</artifactId>
161161
<version>1.20.4</version>
162162
<scope>test</scope>
163-
<exclusions>
164-
<exclusion>
165-
<groupId>org.apache.commons</groupId>
166-
<artifactId>commons-compress</artifactId>
167-
</exclusion>
168-
<exclusion>
169-
<groupId>org.slf4j</groupId>
170-
<artifactId>slf4j-api</artifactId>
171-
</exclusion>
172-
</exclusions>
173163
</dependency>
174164
</dependencies>
175165
</project>

0 commit comments

Comments
 (0)