Use the Mongo starter for the sample application

See gh-1831
This commit is contained in:
Phillip Webb 2014-11-05 07:47:25 -08:00
parent dba4ad0768
commit 39037e0cab

View File

@ -24,8 +24,8 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>