diff --git a/redisson/pom.xml b/redisson/pom.xml
index c4c214925..b9436a987 100644
--- a/redisson/pom.xml
+++ b/redisson/pom.xml
@@ -267,6 +267,13 @@
provided
true
+
+ org.springframework.data
+ spring-data-redis
+ 1.8.13.RELEASE
+ provided
+ true
+
org.springframework.session
spring-session
diff --git a/redisson/src/main/java/org/redisson/client/protocol/RedisCommands.java b/redisson/src/main/java/org/redisson/client/protocol/RedisCommands.java
index 6a3c0bf1d..82025b986 100644
--- a/redisson/src/main/java/org/redisson/client/protocol/RedisCommands.java
+++ b/redisson/src/main/java/org/redisson/client/protocol/RedisCommands.java
@@ -79,7 +79,6 @@ import org.redisson.cluster.ClusterNodeInfo;
public interface RedisCommands {
RedisStrictCommand GEOADD = new RedisStrictCommand("GEOADD");
- RedisStrictCommand GEOADD_ENTRIES = new RedisStrictCommand("GEOADD");
RedisCommand GEODIST = new RedisCommand("GEODIST", new DoubleReplayConvertor());
RedisCommand> GEORADIUS = new RedisCommand>("GEORADIUS", new ObjectListReplayDecoder