#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

@@ -13,20 +13,18 @@
<name>Spring Data Redis - Example Utilities</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.github.kstyrc</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.6</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
</project>