Skip to content

Commit 2fed119

Browse files
committed
rename junit-jupiter to testcontainers-junit-jupiter
This is part of the update to 2.0.0 for testcontainers
1 parent 30bb38a commit 2fed119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</dependency>
150150
<dependency>
151151
<groupId>org.testcontainers</groupId>
152-
<artifactId>junit-jupiter</artifactId>
152+
<artifactId>testcontainers-junit-jupiter</artifactId>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>

0 commit comments

Comments
 (0)