From d8dc76bbb04090abc255762cfd9f8d4708f135a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Apr 2016 17:19:02 +0100 Subject: [PATCH] Complete dependency management for Spring Session Spring Session 1.2 has introduced two new modules. This commit expands Boot's dependency management to cover them. Closes gh-5634 --- spring-boot-dependencies/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 00b2828e103..42107782282 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2105,6 +2105,16 @@ spring-session-data-gemfire ${spring-session.version} + + org.springframework.session + spring-session-data-mongo + ${spring-session.version} + + + org.springframework.session + spring-session-jdbc + ${spring-session.version} + org.springframework.session spring-session-data-redis