From d85a9dae25961bc168337e5c614244f757a7f226 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 28 Dec 2016 20:06:07 +0000 Subject: [PATCH] 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 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index c59dfcc6..7028a008 100644 --- a/build.gradle +++ b/build.gradle @@ -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"