Fix mongo tck tests

- Just some dependency version issues as
  we didn't get the one in tck tests what
  boot 2.x expects.
- Relates to #206
This commit is contained in:
Janne Valkealahti
2016-12-28 20:06:07 +00:00
parent 862979fc87
commit d85a9dae25

View File

@@ -320,6 +320,7 @@ project('spring-statemachine-build-tests') {
testCompile project(":spring-statemachine-data-common:spring-statemachine-data-jpa")
testCompile project(":spring-statemachine-data-common:spring-statemachine-data-redis")
testCompile project(":spring-statemachine-data-common:spring-statemachine-data-mongodb")
testRuntime "org.springframework.boot:spring-boot-starter-data-mongodb:$springBootVersion"
testRuntime "org.springframework.boot:spring-boot-starter-data-redis:$springBootVersion"
testCompile "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion"
testCompile "com.h2database:h2:$h2Version"