Updage to tomcat 8.5.5
- Old version caused failures when running in sts due to mixed deps. - Fixes #256
This commit is contained in:
@@ -116,7 +116,6 @@ project('spring-statemachine-core') {
|
||||
testCompile "org.springframework:spring-web:$springVersion"
|
||||
testCompile "org.springframework:spring-webmvc:$springVersion"
|
||||
testCompile "org.apache.tomcat.embed:tomcat-embed-core:$tomcatEmbedVersion"
|
||||
testCompile "org.apache.tomcat.embed:tomcat-embed-logging-juli:$tomcatEmbedVersion"
|
||||
testCompile "org.hamcrest:hamcrest-core:$hamcrestVersion"
|
||||
testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion"
|
||||
testCompile("org.mockito:mockito-core:$mockitoVersion") { dep ->
|
||||
|
||||
@@ -15,7 +15,7 @@ mockitoVersion = 1.9.5
|
||||
hamcrestVersion=1.3
|
||||
springSessionVersion=1.0.2.RELEASE
|
||||
curatorVersion=2.8.0
|
||||
tomcatEmbedVersion=8.0.30
|
||||
tomcatEmbedVersion=8.5.5
|
||||
servletApiVersion=3.0.1
|
||||
commonsPool2Version=2.4.2
|
||||
hsqlVersion=2.3.1
|
||||
|
||||
Reference in New Issue
Block a user