We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f2479 commit 04491d7Copy full SHA for 04491d7
1 file changed
base/pom.xml
@@ -51,23 +51,11 @@
51
52
<dependencies>
53
<!-- TestContainers -->
54
- <dependency>
55
- <groupId>software.xdev</groupId>
56
- <artifactId>testcontainers-junit4-mock</artifactId>
57
- <version>1.0.2</version>
58
- </dependency>
59
<dependency>
60
<groupId>org.testcontainers</groupId>
61
<artifactId>testcontainers</artifactId>
62
- <scope>compile</scope>
63
<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>
+ <scope>compile</scope>
71
</dependency>
72
73
<!-- Testcontainers is using outdated v1 -->
0 commit comments