commit
69c23e86d8
|
@ -2427,6 +2427,10 @@ bom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Tomcat", "${tomcatVersion}") {
|
library("Tomcat", "${tomcatVersion}") {
|
||||||
|
prohibit {
|
||||||
|
versionRange "[10.1.35]"
|
||||||
|
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
|
||||||
|
}
|
||||||
group("org.apache.tomcat") {
|
group("org.apache.tomcat") {
|
||||||
modules = [
|
modules = [
|
||||||
"tomcat-annotations-api",
|
"tomcat-annotations-api",
|
||||||
|
|
Loading…
Reference in New Issue