From 39037e0cab03762b3d268650a6ac32d6b2457f87 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 5 Nov 2014 07:47:25 -0800 Subject: [PATCH] Use the Mongo starter for the sample application See gh-1831 --- spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml index 78160282b6..c58fbdf6d1 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -24,8 +24,8 @@ spring-boot-starter - org.springframework.data - spring-data-mongodb + org.springframework.boot + spring-boot-starter-data-mongodb org.springframework.boot