#200 - Polishing.

Pull spring-boot-starter-data-redis into redis/pom.xml, use dependency management for embedded-redis.
This commit is contained in:
Mark Paluch
2016-07-27 15:07:59 +02:00
parent d1d5f7fe09
commit ecafda00ca
6 changed files with 27 additions and 37 deletions

View File

@@ -14,11 +14,6 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-redis-example-utils</artifactId>
@@ -28,4 +23,4 @@
</dependencies>
</project>
</project>