Skip to content

Commit a22bb43

Browse files
committed
Include cglib repack in core
1 parent 84e4244 commit a22bb43

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
@@ -201,6 +201,7 @@ project("spring-core") {
201201
cglib("cglib:cglib:${cglibVersion}@jar")
202202
jarjar("com.googlecode.jarjar:jarjar:1.3")
203203

204+
compile(files(cglibRepackJar))
204205
compile("commons-logging:commons-logging:1.1.1")
205206
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
206207
optional("net.sf.jopt-simple:jopt-simple:3.0")

0 commit comments

Comments
 (0)