We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4293d commit 10417dbCopy full SHA for 10417db
testcontainers-selenium/pom.xml
@@ -92,7 +92,20 @@
92
<groupId>org.testcontainers</groupId>
93
<artifactId>testcontainers</artifactId>
94
<version>1.21.0</version>
95
+ <exclusions>
96
+ <!-- No JUnit 4 -->
97
+ <exclusion>
98
+ <groupId>junit</groupId>
99
+ <artifactId>junit</artifactId>
100
+ </exclusion>
101
+ </exclusions>
102
</dependency>
103
+ <dependency>
104
+ <groupId>software.xdev</groupId>
105
+ <artifactId>testcontainers-junit4-mock</artifactId>
106
+ <version>1.0.1</version>
107
+ </dependency>
108
+
109
<!-- Testcontainers is using outdated v1 -->
110
<dependency>
111
<groupId>org.slf4j</groupId>
0 commit comments