Fix combatibility with boot 2.x
- Change test runtime deps for RedisRule not to fail. - Fix metrics tests to align changes in boot's new micrometrics. - Fixes #410 - Fixes #418
This commit is contained in:
@@ -24,6 +24,8 @@ project('spring-statemachine-data-redis') {
|
||||
optional "org.eclipse.persistence:javax.persistence"
|
||||
testCompile project(path:":spring-statemachine-data-common", configuration:"testArtifacts")
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testRuntime "org.apache.commons:commons-pool2"
|
||||
testRuntime "redis.clients:jedis"
|
||||
testRuntime "org.springframework.boot:spring-boot-starter-data-redis"
|
||||
testRuntime "org.springframework.boot:spring-boot-starter-web"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user