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:
@@ -1807,7 +1807,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Tomcat", "9.0.43") {
|
||||
library("Tomcat", "${tomcatVersion}") {
|
||||
group("org.apache.tomcat") {
|
||||
modules = [
|
||||
"tomcat-annotations-api",
|
||||
|
||||
Reference in New Issue
Block a user