Changes 'apache-geode-extensions' dependency from 'optional' to 'compile'.

This commit is contained in:
John Blum
2020-05-13 00:28:56 -07:00
parent ae39191563
commit e3efabe476

View File

@@ -9,6 +9,8 @@ description = "Spring Boot for Apache Geode"
dependencies {
compile project(':apache-geode-extensions')
compile "org.springframework:spring-context-support"
compile "org.springframework:spring-jcl"
compile "org.springframework.boot:spring-boot-starter"
@@ -18,8 +20,6 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
optional project(':apache-geode-extensions')
optional "org.springframework:spring-test"
testCompile "junit:junit"