diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml
index fc25f6fb604..ae2a39f0207 100755
--- a/spring-boot-autoconfigure/pom.xml
+++ b/spring-boot-autoconfigure/pom.xml
@@ -528,7 +528,22 @@
org.springframework.session
- spring-session
+ spring-session-core
+ true
+
+
+ org.springframework.session
+ spring-session-data-redis
+ true
+
+
+ org.springframework.session
+ spring-session-hazelcast
+ true
+
+
+ org.springframework.session
+ spring-session-jdbc
true
diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index f3f2b319663..b36b9fd52a5 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -169,7 +169,7 @@
5.0.0.M2
1.0.8.RELEASE
2.1.1.RELEASE
- 2.0.0.M2
+ 2.0.0.BUILD-SNAPSHOT
2.0.0.M3
3.0.0.M2
2.0.0.M2
@@ -2309,7 +2309,7 @@
org.springframework.session
- spring-session
+ spring-session-core
${spring-session.version}
@@ -2318,6 +2318,11 @@
+
+ org.springframework.session
+ spring-session-data-redis
+ ${spring-session.version}
+
org.springframework.session
spring-session-hazelcast
@@ -2328,11 +2333,6 @@
spring-session-jdbc
${spring-session.version}
-
- org.springframework.session
- spring-session-data-redis
- ${spring-session.version}
-
org.springframework.social
spring-social-config
diff --git a/spring-boot-devtools/pom.xml b/spring-boot-devtools/pom.xml
index ef20def8fb8..559a2470a34 100644
--- a/spring-boot-devtools/pom.xml
+++ b/spring-boot-devtools/pom.xml
@@ -71,7 +71,7 @@
org.springframework.session
- spring-session
+ spring-session-core
true
diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml
index 96d569930aa..84ba8a3fd16 100644
--- a/spring-boot-docs/pom.xml
+++ b/spring-boot-docs/pom.xml
@@ -630,7 +630,7 @@
org.springframework.session
- spring-session
+ spring-session-core
true
diff --git a/spring-boot-samples/spring-boot-sample-session-redis/pom.xml b/spring-boot-samples/spring-boot-sample-session-redis/pom.xml
index 37606d443f2..2eeca2f5ec6 100644
--- a/spring-boot-samples/spring-boot-sample-session-redis/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-session-redis/pom.xml
@@ -30,7 +30,7 @@
org.springframework.session
- spring-session
+ spring-session-data-redis