We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6cdd5 commit aa5f44dCopy full SHA for aa5f44d
1 file changed
pom.xml
@@ -149,6 +149,15 @@
149
<groupId>org.springframework.boot</groupId>
150
<artifactId>spring-boot-starter-log4j2</artifactId>
151
</dependency>
152
+ <dependency>
153
+ <groupId>org.springframework.boot</groupId>
154
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
155
+ </dependency>
156
157
158
+ <artifactId>spring-boot-starter-data-mongodb-test</artifactId>
159
+ <scope>test</scope>
160
161
<dependency>
162
163
<artifactId>spring-boot-starter-restclient</artifactId>
0 commit comments