diff --git a/redis/cluster-sentinel/pom.xml b/redis/cluster-sentinel/pom.xml index 239bfd97..1a3dabd1 100644 --- a/redis/cluster-sentinel/pom.xml +++ b/redis/cluster-sentinel/pom.xml @@ -14,16 +14,13 @@ - - org.springframework.boot - spring-boot-starter-data-redis - ${project.groupId} spring-data-redis-example-utils ${project.version} test + - \ No newline at end of file + diff --git a/redis/cluster/pom.xml b/redis/cluster/pom.xml index bd620a31..81fcc327 100644 --- a/redis/cluster/pom.xml +++ b/redis/cluster/pom.xml @@ -14,11 +14,6 @@ - - org.springframework.boot - spring-boot-starter-data-redis - - ${project.groupId} spring-data-redis-example-utils @@ -34,4 +29,4 @@ - \ No newline at end of file + diff --git a/redis/example/pom.xml b/redis/example/pom.xml index 790993b3..f6fd316f 100644 --- a/redis/example/pom.xml +++ b/redis/example/pom.xml @@ -14,11 +14,6 @@ - - org.springframework.boot - spring-boot-starter-data-redis - - ${project.groupId} spring-data-redis-example-utils @@ -28,4 +23,4 @@ - \ No newline at end of file + diff --git a/redis/pom.xml b/redis/pom.xml index 9a65ca02..f00419e3 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -25,17 +25,28 @@ + + org.springframework.boot + spring-boot-starter-data-redis + + joda-time joda-time - - redis.clients - jedis - 2.8.0 - - - \ No newline at end of file + + + + + com.github.kstyrc + embedded-redis + 0.6 + + + + + + diff --git a/redis/repositories/pom.xml b/redis/repositories/pom.xml index 923782e6..4c929d4a 100644 --- a/redis/repositories/pom.xml +++ b/redis/repositories/pom.xml @@ -14,11 +14,6 @@ - - org.springframework.boot - spring-boot-starter-data-redis - - ${project.groupId} spring-data-redis-example-utils @@ -29,10 +24,9 @@ com.github.kstyrc embedded-redis - 0.6 test - \ No newline at end of file + diff --git a/redis/util/pom.xml b/redis/util/pom.xml index b7c1c9e8..78f8b556 100644 --- a/redis/util/pom.xml +++ b/redis/util/pom.xml @@ -13,20 +13,18 @@ Spring Data Redis - Example Utilities + junit junit - - org.springframework.boot - spring-boot-starter-data-redis - + com.github.kstyrc embedded-redis - 0.6 true + - \ No newline at end of file +