Merge branch '3.3.x' into 3.4.x

Closes gh-44222
This commit is contained in:
Stéphane Nicoll 2025-02-11 15:11:44 +01:00
commit 69c23e86d8
1 changed files with 4 additions and 0 deletions

View File

@ -2427,6 +2427,10 @@ 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",