Skip to content

Commit 04491d7

Browse files
committed
Testcontainers v2: Cleanup dependencies
1 parent b9f2479 commit 04491d7

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

base/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,11 @@
5151

5252
<dependencies>
5353
<!-- TestContainers -->
54-
<dependency>
55-
<groupId>software.xdev</groupId>
56-
<artifactId>testcontainers-junit4-mock</artifactId>
57-
<version>1.0.2</version>
58-
</dependency>
5954
<dependency>
6055
<groupId>org.testcontainers</groupId>
6156
<artifactId>testcontainers</artifactId>
62-
<scope>compile</scope>
6357
<version>2.0.0</version>
64-
<exclusions>
65-
<!-- The few classes that testcontainers needs have been extracted -->
66-
<exclusion>
67-
<groupId>junit</groupId>
68-
<artifactId>junit</artifactId>
69-
</exclusion>
70-
</exclusions>
58+
<scope>compile</scope>
7159
</dependency>
7260

7361
<!-- Testcontainers is using outdated v1 -->

0 commit comments

Comments
 (0)