Upgrade to Tomcat 8.5.30

This commit is contained in:
Juergen Hoeller
2018-04-11 16:27:34 +02:00
parent 861b9dc938
commit 96a465a749
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ task cglibRepackJar(type: Jar) { repackJar ->
}
// Repackage net.sf.cglib => org.springframework.cglib
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
// the fact that Spring and cglib depend on the same version of asm!
rule(pattern: "org.objectweb.asm.**", result: "org.springframework.asm.@1")