Add redis starter to BOM

This commit is contained in:
Dave Syer 2016-05-05 14:58:40 +01:00
parent 0acfdd309c
commit 042407c917
1 changed files with 6 additions and 0 deletions

View File

@ -334,6 +334,12 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<!-- TODO: remove in 2.0 -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId>