Up-to-date version and link in ASM/CGLIB/Objenesis package javadoc
Issue: SPR-17267 Issue: SPR-17372
This commit is contained in:
@@ -7,10 +7,9 @@ dependencyManagement {
|
||||
}
|
||||
}
|
||||
|
||||
// As of Spring 5.1, spring-core includes asm 7.0 and repackages cglib 3.2.9, inlining
|
||||
// both into the spring-core jar. cglib 3.2.9 itself depends on asm 7 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.9"
|
||||
def objenesisVersion = "3.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user