Upgrade to OkHttp 3.9 and removal of superfluous spring-jcl reference

This commit is contained in:
Juergen Hoeller
2017-09-08 16:56:40 +02:00
parent fd0132c7e6
commit 04765b6202
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
description = "Spring Expression Language (SpEL)"
dependencies {
compile(project(":spring-jcl"))
compile(project(":spring-core"))
}