Skip to content

Commit 34e7d66

Browse files
spring-projects#149 - Bump sd-redis version to 1.7.0.RC1.
1 parent 98a8fa1 commit 34e7d66

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

redis/repository/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@
2424
<version>${project.version}</version>
2525
<scope>test</scope>
2626
</dependency>
27+
<dependency>
28+
<groupId>org.springframework.data</groupId>
29+
<artifactId>spring-data-redis</artifactId>
30+
<version>1.7.0.RC1</version>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.springframework.data</groupId>
34+
<artifactId>spring-data-keyvalue</artifactId>
35+
<version>1.1.0.RC1</version>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.springframework.data</groupId>
39+
<artifactId>spring-data-commons</artifactId>
40+
<version>1.12.0.RC1</version>
41+
</dependency>
2742
</dependencies>
2843

2944
</project>

0 commit comments

Comments
 (0)