Skip to content

Commit af2782a

Browse files
committed
Fix Undertow exclusion (and upgrade to 1.1.1.Final)
1 parent e7c577f commit af2782a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454
ext.tiles3Version = "3.0.5"
5555
ext.tomcatVersion = "8.0.15"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
57-
ext.undertowVersion = "1.1.0.Final"
57+
ext.undertowVersion = "1.1.1.Final"
5858
ext.woodstoxVersion = "4.4.1"
5959
ext.xstreamVersion = "1.4.7"
6060

@@ -737,7 +737,7 @@ project("spring-websocket") {
737737
exclude group: "org.jboss.spec.javax.annotation", module: "jboss-annotations-api_1.2_spec"
738738
}
739739
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
740-
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.0_spec"
740+
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
741741
}
742742
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
743743
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")

0 commit comments

Comments
 (0)