Update pom.xml

This commit is contained in:
Greg Turnquist
2018-02-20 11:30:30 -06:00
committed by GitHub
parent eaadaf417e
commit d79670fb57

View File

@@ -18,10 +18,12 @@
<dependencies>
<!-- tag::spring-data-mongodb[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<!-- end::spring-data-mongodb[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -69,4 +71,4 @@
</plugins>
</build>
</project>
</project>