We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632321f commit d799a90Copy full SHA for d799a90
spring-data-mongodb/pom.xml
@@ -276,14 +276,14 @@
276
277
<dependency>
278
<groupId>org.testcontainers</groupId>
279
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
280
<version>${testcontainers}</version>
281
<scope>test</scope>
282
</dependency>
283
284
285
286
- <artifactId>mongodb</artifactId>
+ <artifactId>testcontainers-mongodb</artifactId>
287
288
289
0 commit comments