Build against Undertow 1.3.x in 4.3.x branch (retaining runtime compatibility Undertow 1.4)

Issue: SPR-14328
This commit is contained in:
Juergen Hoeller 2016-07-26 10:08:06 +02:00
parent 9ee1dc79fd
commit 79f3cf3263
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.5.4"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.4.0.CR2"
ext.undertowVersion = "1.3.23.Final"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.9"