We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a1497 commit 6720141Copy full SHA for 6720141
gradle.properties
@@ -1,4 +1,5 @@
1
bootstrapVersion=2.2.2
2
+commonsLoggingVersion=1.2
3
commonsPoolVersion=2.4.2
4
jacksonVersion=2.6.5
5
jspApiVersion=2.0
spring-session/build.gradle
@@ -15,6 +15,7 @@ configurations {
15
}
16
17
dependencies {
18
+ compile "commons-logging:commons-logging:$commonsLoggingVersion"
19
optional "org.springframework.data:spring-data-redis:$springDataRedisVersion",
20
"com.hazelcast:hazelcast:$hazelcastVersion",
21
"org.springframework.data:spring-data-gemfire:$springDataGemFireVersion",
0 commit comments