|
|
|
|
@ -289,10 +289,9 @@ project("spring-build-src") {
@@ -289,10 +289,9 @@ project("spring-build-src") {
|
|
|
|
|
project("spring-core") { |
|
|
|
|
description = "Spring Core" |
|
|
|
|
|
|
|
|
|
// As of Spring 4.0.3, spring-core includes asm 5.x and repackages cglib 3.2, inlining |
|
|
|
|
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore |
|
|
|
|
// further transformed by the JarJar task to depend on org.springframework.asm; this |
|
|
|
|
// avoids including two different copies of asm unnecessarily. |
|
|
|
|
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar. |
|
|
|
|
// cglib itself depends on asm and is therefore further transformed by the JarJar task to |
|
|
|
|
// depend on org.springframework.asm; this avoids including two different copies of asm. |
|
|
|
|
def cglibVersion = "3.2.6" |
|
|
|
|
def objenesisVersion = "2.6" |
|
|
|
|
|
|
|
|
|
|