Upgrade to Tomcat 8.5.30
This commit is contained in:
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
|
|||||||
ext.rxjava2Version = "2.1.12"
|
ext.rxjava2Version = "2.1.12"
|
||||||
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||||
ext.tiles3Version = "3.0.8"
|
ext.tiles3Version = "3.0.8"
|
||||||
ext.tomcatVersion = "8.5.29"
|
ext.tomcatVersion = "8.5.30"
|
||||||
ext.undertowVersion = "1.4.23.Final"
|
ext.undertowVersion = "1.4.23.Final"
|
||||||
|
|
||||||
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
|
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ task cglibRepackJar(type: Jar) { repackJar ->
|
|||||||
}
|
}
|
||||||
// Repackage net.sf.cglib => org.springframework.cglib
|
// Repackage net.sf.cglib => org.springframework.cglib
|
||||||
rule(pattern: "net.sf.cglib.**", result: "org.springframework.cglib.@1")
|
rule(pattern: "net.sf.cglib.**", result: "org.springframework.cglib.@1")
|
||||||
// As mentioned above, transform cglib"s internal asm dependencies from
|
// As mentioned above, transform cglib's internal asm dependencies from
|
||||||
// org.objectweb.asm => org.springframework.asm. Doing this counts on the
|
// org.objectweb.asm => org.springframework.asm. Doing this counts on the
|
||||||
// the fact that Spring and cglib depend on the same version of asm!
|
// the fact that Spring and cglib depend on the same version of asm!
|
||||||
rule(pattern: "org.objectweb.asm.**", result: "org.springframework.asm.@1")
|
rule(pattern: "org.objectweb.asm.**", result: "org.springframework.asm.@1")
|
||||||
|
|||||||
Reference in New Issue
Block a user