Move spring-session to spring-session-core
Issue gh-806
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.docs'
|
|||||||
apply plugin: 'io.spring.convention.spring-test'
|
apply plugin: 'io.spring.convention.spring-test'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile project(':spring-session')
|
testCompile project(':spring-session-core')
|
||||||
testCompile project(':spring-session-data-redis')
|
testCompile project(':spring-session-data-redis')
|
||||||
testCompile "org.springframework:spring-jdbc"
|
testCompile "org.springframework:spring-jdbc"
|
||||||
testCompile "org.springframework:spring-messaging"
|
testCompile "org.springframework:spring-messaging"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session')
|
compile project(':spring-session-core')
|
||||||
compile "org.springframework:spring-web"
|
compile "org.springframework:spring-web"
|
||||||
compile "org.springframework.security:spring-security-config"
|
compile "org.springframework.security:spring-security-config"
|
||||||
compile "org.springframework.security:spring-security-web"
|
compile "org.springframework.security:spring-security-web"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session')
|
compile project(':spring-session-core')
|
||||||
compile "org.webjars:bootstrap"
|
compile "org.webjars:bootstrap"
|
||||||
compile "org.webjars:webjars-taglib"
|
compile "org.webjars:webjars-taglib"
|
||||||
compile "com.hazelcast:hazelcast-client"
|
compile "com.hazelcast:hazelcast-client"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apply plugin: 'io.spring.convention.spring-pom'
|
|||||||
description = "Aggregator for Spring Session and Spring Data Redis"
|
description = "Aggregator for Spring Session and Spring Data Redis"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session')
|
compile project(':spring-session-core')
|
||||||
compile ("org.springframework.data:spring-data-redis") {
|
compile ("org.springframework.data:spring-data-redis") {
|
||||||
exclude group: "org.slf4j", module: 'slf4j-api'
|
exclude group: "org.slf4j", module: 'slf4j-api'
|
||||||
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
|
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-pom'
|
apply plugin: 'io.spring.convention.spring-pom'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session')
|
compile project(':spring-session-core')
|
||||||
compile "com.hazelcast:hazelcast"
|
compile "com.hazelcast:hazelcast"
|
||||||
}
|
}
|
||||||
@@ -3,6 +3,6 @@ apply plugin: 'io.spring.convention.spring-pom'
|
|||||||
description = "Aggregator for Spring Session and Spring JDBC"
|
description = "Aggregator for Spring Session and Spring JDBC"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session')
|
compile project(':spring-session-core')
|
||||||
compile "org.springframework:spring-jdbc"
|
compile "org.springframework:spring-jdbc"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user