Stop ignoring org.springframework.scheduling.annotation
It has some runnables and it is not very big
This commit is contained in:
parent
0d34aa2e96
commit
e301761dc2
|
@ -63,7 +63,6 @@ public class AdditionalLibraryIgnoresMatcher<T extends TypeDescription>
|
||||||
|| name.startsWith("org.springframework.objenesis.")
|
|| name.startsWith("org.springframework.objenesis.")
|
||||||
|| name.startsWith("org.springframework.orm.")
|
|| name.startsWith("org.springframework.orm.")
|
||||||
|| name.startsWith("org.springframework.remoting.")
|
|| name.startsWith("org.springframework.remoting.")
|
||||||
|| name.startsWith("org.springframework.scheduling.annotation")
|
|
||||||
|| name.startsWith("org.springframework.scripting.")
|
|| name.startsWith("org.springframework.scripting.")
|
||||||
|| name.startsWith("org.springframework.stereotype.")
|
|| name.startsWith("org.springframework.stereotype.")
|
||||||
|| name.startsWith("org.springframework.transaction.")
|
|| name.startsWith("org.springframework.transaction.")
|
||||||
|
|
Loading…
Reference in New Issue