Stop ignoring org.springframework.scheduling.annotation

It has some runnables and it is not very big
This commit is contained in:
Nikolay Martynov 2020-03-05 07:34:30 -05:00
parent 0d34aa2e96
commit e301761dc2
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ public class AdditionalLibraryIgnoresMatcher<T extends TypeDescription>
|| name.startsWith("org.springframework.objenesis.")
|| name.startsWith("org.springframework.orm.")
|| name.startsWith("org.springframework.remoting.")
|| name.startsWith("org.springframework.scheduling.annotation")
|| name.startsWith("org.springframework.scripting.")
|| name.startsWith("org.springframework.stereotype.")
|| name.startsWith("org.springframework.transaction.")