Restructure the Spring Boot for Apache Geode project to mirror Spring Boot's project structure.

Resolves gh-60.
This commit is contained in:
John Blum
2022-02-24 16:23:35 -08:00
parent 0e8e3baeeb
commit 192133b95e
576 changed files with 0 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
apply plugin: 'io.spring.convention.spring-module'
description = "Apache Geode Extensions"
dependencies {
api "org.apache.geode:geode-core:$apacheGeodeVersion"
api "org.apache.geode:geode-cq:$apacheGeodeVersion"
api "org.apache.geode:geode-lucene:$apacheGeodeVersion"
api "org.apache.geode:geode-wan:$apacheGeodeVersion"
implementation "com.fasterxml.jackson.core:jackson-databind"
// See additional testImplementation dependencies declared in the testDependencies project extension
// defined in the DependencySetPlugin.
testImplementation "org.apache.geode:geode-membership:$apacheGeodeVersion"
testImplementation "org.apache.geode:geode-serialization:$apacheGeodeVersion"
}