File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" )
99public interface TestRule {
Original file line number Diff line number Diff line change 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" )
99public class Statement {
You can’t perform that action at this time.
0 commit comments