Browse Source

Merge pull request #38228 from izeye

* pr/38228:
  Remove obsolete prohibit for Undertow library

Closes gh-38228
pull/38403/head
Moritz Halbritter 2 years ago
parent
commit
717d7a4850
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1982,10 +1982,6 @@ bom { @@ -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",

Loading…
Cancel
Save