Skip to content

Commit

Permalink
Use redis starter in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Mar 5, 2014
1 parent aebf3c2 commit 77fd127
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions spring-boot-samples/spring-boot-sample-data-redis/pom.xml
Expand Up @@ -15,15 +15,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.lambdaworks</groupId>
<artifactId>lettuce</artifactId>
<artifactId>spring-boot-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 77fd127

Please sign in to comment.