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>
Try to add Mongo test containers to my Spring tests, I added dependency as described in the official docs.
It does not exist, check: https://mvnrepository.com/artifact/org.testcontainers