Add redis starter to BOM
This commit is contained in:
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…
Reference in New Issue