Files
spring-test-data-geode/spring-data-geode-test/build.gradle

18 lines
455 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
description = "Spring Test Framework for Apache Geode"
dependencies {
compile "edu.umd.cs.mtc:multithreadedtc"
compile "junit:junit"
compile "org.assertj:assertj-core"
compile "org.mockito:mockito-core"
compile "org.projectlombok:lombok"
compile "org.springframework:spring-test"
compile "org.springframework.data:spring-data-geode"
provided "org.springframework.boot:spring-boot-starter"
}