Exclude original AsmApi class from CGLIB repack jar
Issue: SPR-17371
This commit is contained in:
parent
a2ae5f6972
commit
5474995288
|
|
@ -94,6 +94,7 @@ jar {
|
||||||
from(zipTree(cglibRepackJar.archivePath)) {
|
from(zipTree(cglibRepackJar.archivePath)) {
|
||||||
include "org/springframework/cglib/**"
|
include "org/springframework/cglib/**"
|
||||||
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
|
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
|
||||||
|
exclude "org/springframework/cglib/core/AsmApi.class"
|
||||||
exclude "org/springframework/cglib/core/KeyFactory.class"
|
exclude "org/springframework/cglib/core/KeyFactory.class"
|
||||||
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
|
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
|
||||||
exclude "org/springframework/cglib/core/ReflectUtils*.class"
|
exclude "org/springframework/cglib/core/ReflectUtils*.class"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue