Remove asm matchers - asm is already matched elsewhere

This commit is contained in:
Nikolay Martynov 2020-03-05 07:47:05 -05:00
parent a8c625b8f0
commit ab8b246553
1 changed files with 0 additions and 2 deletions

View File

@ -39,14 +39,12 @@ public class AdditionalLibraryIgnoresMatcher<T extends TypeDescription>
|| name.startsWith("org.apache.lucene")
|| name.startsWith("org.apache.tartarus")
|| name.startsWith("org.json.simple")
|| name.startsWith("org.objectweb.asm.")
|| name.startsWith("org.yaml.snakeyaml")) {
return true;
}
if (name.startsWith("org.springframework.")) {
if (name.startsWith("org.springframework.aop.")
|| name.startsWith("org.springframework.asm.")
|| name.startsWith("org.springframework.cache.")
|| name.startsWith("org.springframework.dao.")
|| name.startsWith("org.springframework.ejb.")