Skip to content

Commit

Permalink
Include cglib repack in core
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 6, 2013
1 parent 84e4244 commit a22bb43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ project("spring-core") {
cglib("cglib:cglib:${cglibVersion}@jar")
jarjar("com.googlecode.jarjar:jarjar:1.3")

compile(files(cglibRepackJar))
compile("commons-logging:commons-logging:1.1.1")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("net.sf.jopt-simple:jopt-simple:3.0")
Expand Down

0 comments on commit a22bb43

Please sign in to comment.