Skip to content

Commit 64e4679

Browse files
committed
edit comments
1 parent b8658ba commit 64e4679

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
<artifactId>hamcrest-library</artifactId>
131131
</exclusion>
132132
<exclusion>
133+
<!-- see: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008 -->
134+
<!-- can be removed once testcontainers drop their dependency to junit4 -->
133135
<groupId>junit</groupId>
134136
<artifactId>junit</artifactId>
135137
</exclusion>

src/test/java/org/junit/rules/TestRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This is required by Testcontainers but actually unused.
55
* By defining this here, we can avoid loading Junit-4.
6-
* See: https://github.com/testcontainers/testcontainers-java/issues/970
6+
* See: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008
77
*/
88
@SuppressWarnings("unused")
99
public interface TestRule {

src/test/java/org/junit/runners/model/Statement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This is required by Testcontainers but actually unused.
55
* By defining this here, we can avoid loading Junit-4.
6-
* See: https://github.com/testcontainers/testcontainers-java/issues/970
6+
* See: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008
77
*/
88
@SuppressWarnings("unused")
99
public class Statement {

0 commit comments

Comments
 (0)