Skip to content

Commit b46d5dc

Browse files
committed
[pom] Further comments on testcontainers junit 4 usage
1 parent 6a17690 commit b46d5dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@
232232
<artifactId>junit-jupiter</artifactId>
233233
<version>${testcontainers.version}</version>
234234
<scope>test</scope>
235-
<!--Only Mysqlcontainer is allowed to use junit 4: Uncomment to test
235+
<!--Only Mysqlcontainer is allowed to use junit 4 due to testContainers coupling: Uncomment to test no other leakage
236236
<exclusions>
237-
<exclusion>
238-
<groupId>junit</groupId>
239-
<artifactId>junit</artifactId>
240-
</exclusion>
237+
<exclusion>
238+
<groupId>junit</groupId>
239+
<artifactId>junit</artifactId>
240+
</exclusion>
241241
</exclusions>
242242
-->
243243
</dependency>

0 commit comments

Comments
 (0)