Skip to content

Commit aa5f44d

Browse files
committed
explicit dependency on spring-boot-data-mongodb
1 parent 5c6cdd5 commit aa5f44d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@
149149
<groupId>org.springframework.boot</groupId>
150150
<artifactId>spring-boot-starter-log4j2</artifactId>
151151
</dependency>
152+
<dependency>
153+
<groupId>org.springframework.boot</groupId>
154+
<artifactId>spring-boot-starter-data-mongodb</artifactId>
155+
</dependency>
156+
<dependency>
157+
<groupId>org.springframework.boot</groupId>
158+
<artifactId>spring-boot-starter-data-mongodb-test</artifactId>
159+
<scope>test</scope>
160+
</dependency>
152161
<dependency>
153162
<groupId>org.springframework.boot</groupId>
154163
<artifactId>spring-boot-starter-restclient</artifactId>

0 commit comments

Comments
 (0)