Skip to content

Commit 6720141

Browse files
vpavicrwinch
authored andcommitted
Add compile dependency to commons-logging (#476)
1 parent 01a1497 commit 6720141

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bootstrapVersion=2.2.2
2+
commonsLoggingVersion=1.2
23
commonsPoolVersion=2.4.2
34
jacksonVersion=2.6.5
45
jspApiVersion=2.0

spring-session/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ configurations {
1515
}
1616

1717
dependencies {
18+
compile "commons-logging:commons-logging:$commonsLoggingVersion"
1819
optional "org.springframework.data:spring-data-redis:$springDataRedisVersion",
1920
"com.hazelcast:hazelcast:$hazelcastVersion",
2021
"org.springframework.data:spring-data-gemfire:$springDataGemFireVersion",

0 commit comments

Comments
 (0)