|
|
|
@ -40,7 +40,7 @@ task cglibRepackJar(type: Jar) { repackJar ->
@@ -40,7 +40,7 @@ task cglibRepackJar(type: Jar) { repackJar ->
|
|
|
|
|
} |
|
|
|
|
// Repackage net.sf.cglib => org.springframework.cglib |
|
|
|
|
rule(pattern: "net.sf.cglib.**", result: "org.springframework.cglib.@1") |
|
|
|
|
// As mentioned above, transform cglib"s internal asm dependencies from |
|
|
|
|
// As mentioned above, transform cglib's internal asm dependencies from |
|
|
|
|
// org.objectweb.asm => org.springframework.asm. Doing this counts on the |
|
|
|
|
// the fact that Spring and cglib depend on the same version of asm! |
|
|
|
|
rule(pattern: "org.objectweb.asm.**", result: "org.springframework.asm.@1") |
|
|
|
|