Add new 'spring-geode-cloud' module.
This SBDG module will contain all features and functionality requried for cloud computing and to run Spring Boot (SBDG) applications in a cloud context/environment connected to VMware Tanzu GemFire for VMS or K8S.
This commit is contained in:
22
spring-geode-cloud/spring-geode-cloud.gradle
Normal file
22
spring-geode-cloud/spring-geode-cloud.gradle
Normal file
@@ -0,0 +1,22 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Cloud for Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-autoconfigure")
|
||||
|
||||
implementation "org.springframework.cloud:spring-cloud-bindings:${springCloudBindingsVersion}"
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
testCompile "junit:junit"
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile "org.mockito:mockito-core"
|
||||
testCompile "org.projectlombok:lombok"
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testCompile "org.springframework.data:spring-data-geode-test"
|
||||
testCompile "edu.umd.cs.mtc:multithreadedtc"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user