Skip to content

Commit f131948

Browse files
committed
Move spring-session to spring-session-core
Issue gh-806
1 parent 6ad5006 commit f131948

File tree

94 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+6
-6
lines changed

docs/spring-session-docs.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.docs'
22
apply plugin: 'io.spring.convention.spring-test'
33

44
dependencies {
5-
testCompile project(':spring-session')
5+
testCompile project(':spring-session-core')
66
testCompile project(':spring-session-data-redis')
77
testCompile "org.springframework:spring-jdbc"
88
testCompile "org.springframework:spring-messaging"

samples/javaconfig/hazelcast/spring-session-sample-javaconfig-hazelcast.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-sample-war'
22

33
dependencies {
4-
compile project(':spring-session')
4+
compile project(':spring-session-core')
55
compile "org.springframework:spring-web"
66
compile "org.springframework.security:spring-security-config"
77
compile "org.springframework.security:spring-security-web"

samples/misc/hazelcast/spring-session-sample-misc-hazelcast.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-sample-war'
22

33
dependencies {
4-
compile project(':spring-session')
4+
compile project(':spring-session-core')
55
compile "org.webjars:bootstrap"
66
compile "org.webjars:webjars-taglib"
77
compile "com.hazelcast:hazelcast-client"

spring-session-data-redis/spring-session-data-redis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'io.spring.convention.spring-pom'
33
description = "Aggregator for Spring Session and Spring Data Redis"
44

55
dependencies {
6-
compile project(':spring-session')
6+
compile project(':spring-session-core')
77
compile ("org.springframework.data:spring-data-redis") {
88
exclude group: "org.slf4j", module: 'slf4j-api'
99
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'io.spring.convention.spring-pom'
22

33
dependencies {
4-
compile project(':spring-session')
4+
compile project(':spring-session-core')
55
compile "com.hazelcast:hazelcast"
66
}

spring-session-jdbc/spring-session-jdbc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apply plugin: 'io.spring.convention.spring-pom'
33
description = "Aggregator for Spring Session and Spring JDBC"
44

55
dependencies {
6-
compile project(':spring-session')
6+
compile project(':spring-session-core')
77
compile "org.springframework:spring-jdbc"
88
}

0 commit comments

Comments
 (0)