Skip to content

Instantly share code, notes, and snippets.

@larsgroeber
Last active April 7, 2020 20:57
Show Gist options
  • Save larsgroeber/b9e99327f75c8ea4f0498c96a2eb43b9 to your computer and use it in GitHub Desktop.
Save larsgroeber/b9e99327f75c8ea4f0498c96a2eb43b9 to your computer and use it in GitHub Desktop.
...
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment