Add redis starter to BOM

pull/5877/head
Dave Syer 9 years ago
parent 0acfdd309c
commit 042407c917

@ -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>

Loading…
Cancel
Save