Skip to content

Commit b6abb42

Browse files
committed
Remove redundant prohibiting of Tomcat version
See gh-44331
1 parent e8812ac commit b6abb42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,10 +2433,6 @@ bom {
24332433
}
24342434
}
24352435
library("Tomcat", "${tomcatVersion}") {
2436-
prohibit {
2437-
versionRange "[10.1.35]"
2438-
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
2439-
}
24402436
group("org.apache.tomcat") {
24412437
modules = [
24422438
"tomcat-annotations-api",

0 commit comments

Comments
 (0)