Fix accidental exclusion of BeanMapEmitter class
Closes gh-28110
This commit is contained in:
parent
c4c124b16d
commit
c1261f2860
|
@ -76,7 +76,8 @@ jar {
|
|||
dependsOn cglibRepackJar
|
||||
from(zipTree(cglibRepackJar.archivePath)) {
|
||||
include "org/springframework/cglib/**"
|
||||
exclude "org/springframework/cglib/beans/BeanMap*.class"
|
||||
exclude "org/springframework/cglib/beans/BeanMap.class"
|
||||
exclude "org/springframework/cglib/beans/BeanMap\$*.class"
|
||||
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
|
||||
exclude "org/springframework/cglib/core/AsmApi*.class"
|
||||
exclude "org/springframework/cglib/core/KeyFactory.class"
|
||||
|
|
Loading…
Reference in New Issue