Skip to content

Commit

Permalink
Remove obsolete prohibit for Undertow library
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mhalbritter committed Nov 7, 2023
1 parent 6c5cb57 commit 1f22f6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1982,10 +1982,6 @@ bom {
}
}
library("Undertow", "2.2.28.Final") {
prohibit {
versionRange "[2.2.27.Final]"
because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"
}
group("io.undertow") {
modules = [
"undertow-core",
Expand Down

0 comments on commit 1f22f6e

Please sign in to comment.