Skip to content

Commit 7efb14c

Browse files
artembilangaryrussell
authored andcommitted
GH-2753: Remove Guava dependency
Fixes #2753 * Remove Guava dependency and its minor functionality from the `StoredProcExecutor` * Remove `@ManagedResource` and its operations/attributes from `StoredProcExecutor` since they are not relevant any more * Remove tests related to JMX and Guava * Refactor all other tests in the affected classes * Some code polishing in the `StoredProcExecutor`
1 parent b187bca commit 7efb14c

File tree

5 files changed

+124
-740
lines changed

5 files changed

+124
-740
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ subprojects { subproject ->
102102
ftpServerVersion = '1.1.1'
103103
googleJsr305Version = '3.0.2'
104104
groovyVersion = '2.5.6'
105-
guavaVersion = '26.0-jre'
106105
hamcrestVersion = '2.1'
107106
hazelcastVersion = '3.11.1'
108107
hibernateVersion = '5.4.1.Final'
@@ -493,7 +492,6 @@ project('spring-integration-jdbc') {
493492
dependencies {
494493
compile project(":spring-integration-core")
495494
compile "org.springframework:spring-jdbc:$springVersion"
496-
compile ("com.google.guava:guava:$guavaVersion", optional)
497495

498496
testCompile "com.h2database:h2:$h2Version"
499497
testCompile "org.hsqldb:hsqldb:$hsqldbVersion"

0 commit comments

Comments
 (0)