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 6a17690 commit b46d5dcCopy full SHA for b46d5dc
pom.xml
@@ -232,12 +232,12 @@
232
<artifactId>junit-jupiter</artifactId>
233
<version>${testcontainers.version}</version>
234
<scope>test</scope>
235
- <!--Only Mysqlcontainer is allowed to use junit 4: Uncomment to test
+ <!--Only Mysqlcontainer is allowed to use junit 4 due to testContainers coupling: Uncomment to test no other leakage
236
<exclusions>
237
- <exclusion>
238
- <groupId>junit</groupId>
239
- <artifactId>junit</artifactId>
240
- </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
241
</exclusions>
242
-->
243
</dependency>
0 commit comments