Skip to content

Commit 1f22f6e

Browse files
izeyemhalbritter
authored andcommitted
Remove obsolete prohibit for Undertow library
See gh-38228
1 parent 6c5cb57 commit 1f22f6e

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
@@ -1982,10 +1982,6 @@ bom {
19821982
}
19831983
}
19841984
library("Undertow", "2.2.28.Final") {
1985-
prohibit {
1986-
versionRange "[2.2.27.Final]"
1987-
because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"
1988-
}
19891985
group("io.undertow") {
19901986
modules = [
19911987
"undertow-core",

0 commit comments

Comments
 (0)