Commit 2b591387 authored by Phillip Webb's avatar Phillip Webb

Restore tomcat-embed TldPatterns

Restore tomcat-embed-core-* and tomcat-embed-logging-* patterns which
were inadvertently removed in commit 0ec8d281.

See gh-25764
parent 82127fda
......@@ -154,6 +154,8 @@ final class TldPatterns {
skipPatterns.add("spring-oxm-*.jar");
skipPatterns.add("spring-tx-*.jar");
skipPatterns.add("snakeyaml-*.jar");
skipPatterns.add("tomcat-embed-core-*.jar");
skipPatterns.add("tomcat-embed-logging-*.jar");
skipPatterns.add("tomcat-embed-el-*.jar");
skipPatterns.add("validation-api-*.jar");
ADDITIONAL_SKIP = Collections.unmodifiableSet(skipPatterns);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment