We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01168 commit 7ff465eCopy full SHA for 7ff465e
build.gradle.kts
@@ -279,7 +279,10 @@ subprojects {
279
exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat")
280
}
281
implementation("org.springframework.boot:spring-boot-starter-undertow") {
282
- constraints { implementation("org.jboss.xnio:xnio-api:3.8.16.Final") }
+ constraints {
283
+ implementation("org.jboss.xnio:xnio-api:3.8.16.Final")
284
+ implementation("io.undertow:undertow-core:2.3.14.Final")
285
+ }
286
287
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
288
// https://mvnrepository.com/artifact/jakarta.validation/jakarta.validation-api
0 commit comments