move code to mongodb module

This commit is contained in:
Loredana 2019-03-27 22:21:01 +02:00
parent 7d78af9fab
commit b94dedadd5
3 changed files with 1 additions and 10 deletions

View File

@ -15,16 +15,7 @@
</parent>
<dependencies>
<!-- MongoDB -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
<!-- JUnit Jupiter dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>