Use spring-jcl instead of commons-logging

This commit is contained in:
Vedran Pavic
2017-05-08 21:17:29 +02:00
committed by Rob Winch
parent 86e892c806
commit 2b2f385d5f
2 changed files with 2 additions and 2 deletions

View File

@@ -978,6 +978,6 @@ While we re-run all unit tests against Spring 3.2.x, we recommend using the late
[NOTE]
====
At its core Spring Session only has a required dependency on commons-logging.
At its core Spring Session only has a required dependency on `spring-jcl`.
For an example of using Spring Session without any other Spring dependencies, refer to the <<samples,hazelcast sample>> application.
====

View File

@@ -3,7 +3,7 @@ apply plugin: 'io.spring.convention.spring-module'
description = "Spring Session"
dependencies {
compile "commons-logging:commons-logging"
compile "org.springframework:spring-jcl"
optional "org.springframework:spring-context"
optional "org.springframework:spring-jdbc"