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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user