Skip to content

Commit b94deda

Browse files
committed
move code to mongodb module
1 parent 7d78af9 commit b94deda

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

spring-boot/src/test/java/com/baeldung/mongodb/ManualEmbeddedMongoDbIntegrationTest.java renamed to persistence-modules/spring-boot-persistence-mongodb/src/test/java/com/baeldung/mongodb/ManualEmbeddedMongoDbIntegrationTest.java

File renamed without changes.

spring-boot/src/test/java/com/baeldung/mongodb/MongoDbSpringIntegrationTest.java renamed to persistence-modules/spring-boot-persistence-mongodb/src/test/java/com/baeldung/mongodb/MongoDbSpringIntegrationTest.java

File renamed without changes.

spring-boot/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@
1515
</parent>
1616

1717
<dependencies>
18-
<!-- MongoDB -->
19-
<dependency>
20-
<groupId>org.springframework.boot</groupId>
21-
<artifactId>spring-boot-starter-data-mongodb</artifactId>
22-
</dependency>
23-
<dependency>
24-
<groupId>de.flapdoodle.embed</groupId>
25-
<artifactId>de.flapdoodle.embed.mongo</artifactId>
26-
<scope>test</scope>
27-
</dependency>
18+
2819
<!-- JUnit Jupiter dependencies -->
2920
<dependency>
3021
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)