Skip to content

Commit b90e64f

Browse files
committed
Remove test workarounds for test containers 1
1 parent baa0090 commit b90e64f

File tree

1 file changed

+0
-12
lines changed
  • integration-tests/jpa-postgresql

1 file changed

+0
-12
lines changed

integration-tests/jpa-postgresql/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,8 @@
4545
<dependency>
4646
<groupId>org.testcontainers</groupId>
4747
<artifactId>testcontainers-postgresql</artifactId>
48-
<exclusions>
49-
<exclusion>
50-
<groupId>junit</groupId>
51-
<artifactId>junit</artifactId>
52-
</exclusion>
53-
</exclusions>
5448
<scope>test</scope>
5549
</dependency>
56-
<!-- Until we have testcontainers 2, which has https://github.com/testcontainers/testcontainers-java/issues/970, add back JUnit 4 so testcontainers doesn't break everything :( -->
57-
<dependency>
58-
<groupId>junit</groupId>
59-
<artifactId>junit</artifactId>
60-
<version>${junit4.version}</version>
61-
</dependency>
6250
<dependency>
6351
<groupId>io.rest-assured</groupId>
6452
<artifactId>rest-assured</artifactId>

0 commit comments

Comments
 (0)