Skip to content

Commit 09ad834

Browse files
committed
Downgraded Commons Pool dependency to 1.5.7
Commons Pool 1.6 introduced generics in its APIs, leading to either a 1.6 dependency at runtime or a load of raw type warnings in our CommonsPoolTargetSource.
1 parent 2ef39a5 commit 09ad834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ project("spring-aop") {
278278
compile(files(project(":spring-core").cglibRepackJar))
279279
compile("aopalliance:aopalliance:1.0")
280280
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
281-
optional("commons-pool:commons-pool:1.6")
281+
optional("commons-pool:commons-pool:1.5.7")
282282
optional("com.jamonapi:jamon:2.4")
283283
}
284284
}

0 commit comments

Comments
 (0)