Skip to content

Commit c6666b2

Browse files
committed
Include cglib reback in core
1 parent 6b965ec commit c6666b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ project("spring-core") {
218218
jarjar("com.googlecode.jarjar:jarjar:1.3")
219219

220220
compile(files(asmRepackJar))
221+
compile(files(cglibRepackJar))
221222
compile("commons-logging:commons-logging:1.1.1")
222223
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
223224
optional("net.sf.jopt-simple:jopt-simple:3.0")

0 commit comments

Comments
 (0)