Skip to content

Commit 972cf66

Browse files
committed
Extract spring-session-data-redis
Issue gh-806
1 parent f131948 commit 972cf66

File tree

34 files changed

+6
-4
lines changed

34 files changed

+6
-4
lines changed

spring-session-core/spring-session-core.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ dependencies {
1010
optional "org.springframework:spring-messaging"
1111
optional "org.springframework:spring-web"
1212
optional "org.springframework:spring-websocket"
13-
optional "org.springframework.data:spring-data-redis"
1413
optional "org.springframework.security:spring-security-core"
1514
optional "org.springframework.security:spring-security-web"
1615
optional "com.hazelcast:hazelcast"
1716

1817
provided "javax.servlet:javax.servlet-api"
1918

20-
integrationTestCompile "redis.clients:jedis"
2119
integrationTestCompile "org.apache.commons:commons-pool2"
2220
integrationTestCompile "org.apache.derby:derby"
2321
integrationTestCompile "com.h2database:h2"
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
apply plugin: 'io.spring.convention.spring-pom'
1+
apply plugin: 'io.spring.convention.spring-module'
22

3-
description = "Aggregator for Spring Session and Spring Data Redis"
3+
description = "Spring Session Redis implementation"
44

55
dependencies {
66
compile project(':spring-session-core')
@@ -10,4 +10,8 @@ dependencies {
1010
}
1111
compile "redis.clients:jedis"
1212
compile "org.apache.commons:commons-pool2"
13+
14+
testCompile "javax.servlet:javax.servlet-api"
15+
testCompile "org.springframework.security:spring-security-core"
16+
testCompile "org.springframework.security:spring-security-web"
1317
}

0 commit comments

Comments
 (0)