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:
Janne Valkealahti
2016-09-30 09:22:23 +01:00
parent 3cc626c947
commit 07b3b8ddf7
2 changed files with 1 additions and 2 deletions

View File

@@ -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 ->

View File

@@ -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