@@ -8,6 +8,7 @@ project('spring-statemachine-data-jpa') {
|
||||
testCompile project(":spring-statemachine-test")
|
||||
testCompile project(path:":spring-statemachine-data-common", configuration:"testArtifacts")
|
||||
testCompile project(path:":spring-statemachine-core", configuration:"testArtifacts")
|
||||
testCompile "io.projectreactor:reactor-test"
|
||||
optional "org.eclipse.persistence:javax.persistence"
|
||||
testCompile "org.hsqldb:hsqldb"
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
@@ -25,6 +26,7 @@ project('spring-statemachine-data-redis') {
|
||||
optional "org.eclipse.persistence:javax.persistence"
|
||||
testCompile project(path:":spring-statemachine-data-common", configuration:"testArtifacts")
|
||||
testCompile project(path:":spring-statemachine-core", configuration:"testArtifacts")
|
||||
testCompile "io.projectreactor:reactor-test"
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testRuntime "org.apache.commons:commons-pool2"
|
||||
testRuntime "redis.clients:jedis"
|
||||
@@ -42,6 +44,7 @@ project('spring-statemachine-data-mongodb') {
|
||||
optional "org.eclipse.persistence:javax.persistence"
|
||||
testCompile project(path:":spring-statemachine-data-common", configuration:"testArtifacts")
|
||||
testCompile project(path:":spring-statemachine-core", configuration:"testArtifacts")
|
||||
testCompile "io.projectreactor:reactor-test"
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testRuntime "org.springframework.boot:spring-boot-starter-data-mongodb"
|
||||
testRuntime "org.springframework.boot:spring-boot-starter-web"
|
||||
|
||||
Reference in New Issue
Block a user