-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Try to add Mongo test containers to my Spring tests, I added dependency as described in the official docs.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>1.14.1</version>
<scope>test</scope>
</dependency>It does not exist, check: https://mvnrepository.com/artifact/org.testcontainers
Reactions are currently unavailable