Align TldPatterns with Tomcat default

Update `TldPatterns` to align with the latest default shipped by Tomcat.
This commit also introduces a test to ensure that we will remain aligned
going forwards.

Closes gh-25764
This commit is contained in:
Phillip Webb
2021-03-23 12:17:38 -07:00
parent 62023104de
commit 0ec8d281ef
5 changed files with 151 additions and 30 deletions

View File

@@ -1807,7 +1807,7 @@ bom {
]
}
}
library("Tomcat", "9.0.43") {
library("Tomcat", "${tomcatVersion}") {
group("org.apache.tomcat") {
modules = [
"tomcat-annotations-api",