Fix testLatestDeps (#13364)
This commit is contained in:
parent
1572fbfd6c
commit
82dcc737b2
|
@ -106,6 +106,8 @@ public class AdditionalLibraryIgnoredTypesConfigurer implements IgnoredTypesConf
|
|||
.allowClass("org.springframework.boot.web.servlet.")
|
||||
.allowClass("org.springframework.boot.web.embedded.netty.GracefulShutdown$$Lambda")
|
||||
.allowClass("org.springframework.boot.web.embedded.tomcat.GracefulShutdown$$Lambda")
|
||||
.allowClass(
|
||||
"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$$Lambda")
|
||||
.allowClass(
|
||||
"org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter$$Lambda")
|
||||
.allowClass("org.springframework.boot.autoconfigure.BackgroundPreinitializer$")
|
||||
|
|
Loading…
Reference in New Issue