Changes 'apache-geode-extensions' dependency from 'optional' to 'compile'.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user