mirror of https://github.com/apache/openjpa.git
excluding asm too
This commit is contained in:
parent
fd70273f24
commit
1c14bc28cb
|
@ -143,7 +143,8 @@ public class PCClassFileTransformer
|
|||
if (className.startsWith("org/apache/")) {
|
||||
final String sub = className.substring("org/apache/".length());
|
||||
if (sub.startsWith("openjpa/") ||
|
||||
sub.startsWith("commons/")) {
|
||||
sub.startsWith("commons/") ||
|
||||
sub.startsWith("xbean/")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue