Skip to content

Commit fa6eac4

Browse files
committed
Modified Redis Heuristic Calculator to decouple it from RedisDB. Redis Handler now creates a generic structure with Redis data. Also Redis client is using redis-data no more. It now uses Lettuce with refflection
1 parent c27af0f commit fa6eac4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

client-java/controller/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@
134134
<groupId>io.rest-assured</groupId>
135135
<artifactId>rest-assured</artifactId>
136136
</dependency>
137-
<dependency>
138-
<groupId>org.springframework.data</groupId>
139-
<artifactId>spring-data-redis</artifactId>
140-
</dependency>
141137
<dependency>
142138
<groupId>org.hamcrest</groupId>
143139
<artifactId>hamcrest-all</artifactId>

0 commit comments

Comments
 (0)