Commit 289c5d5f authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency management for sprng-session-data-redis

Closes gh-2318
parent db1f4891
......@@ -1717,6 +1717,11 @@
<artifactId>spring-session</artifactId>
<version>${spring-session.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>${spring-session.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-config</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment