Remove redundant prohibiting of Tomcat version

See gh-44331
This commit is contained in:
Andy Wilkinson
2025-02-18 17:54:11 +00:00
parent e8812ace3b
commit b6abb42ec9

View File

@@ -2433,10 +2433,6 @@ bom {
}
}
library("Tomcat", "${tomcatVersion}") {
prohibit {
versionRange "[10.1.35]"
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
}
group("org.apache.tomcat") {
modules = [
"tomcat-annotations-api",