Skip to content

Commit 47b353a

Browse files
authored
Use renamed Testcontainers JUnit artifact for v2
1 parent 7ffdf36 commit 47b353a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</dependency>
122122
<dependency>
123123
<groupId>org.testcontainers</groupId>
124-
<artifactId>junit-jupiter</artifactId>
124+
<artifactId>testcontainers-junit-jupiter</artifactId>
125125
<version>${testcontainers.version}</version>
126126
<scope>test</scope>
127127
</dependency>

0 commit comments

Comments
 (0)