From 77fd127e09963a844f8fb4e574e1f0d9d3424d4e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 5 Mar 2014 17:25:36 +0000 Subject: [PATCH] Use redis starter in sample --- .../spring-boot-sample-data-redis/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml index 39645e4a2fc8..bfb6d33815b3 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -15,15 +15,7 @@ org.springframework.boot - spring-boot-starter - - - org.springframework.data - spring-data-redis - - - com.lambdaworks - lettuce + spring-boot-starter-redis ${project.groupId}