Add 'org.springframework.boot:spring-boot-autoconfigure-processor' as an optional dependency.

This commit is contained in:
John Blum
2019-04-29 20:32:05 -07:00
parent bd2b5ab146
commit 4beb39c336

View File

@@ -10,6 +10,7 @@ dependencies {
compile project(":spring-geode")
optional "org.springframework.boot:spring-boot-autoconfigure-processor"
optional "org.springframework.boot:spring-boot-configuration-processor"
optional "org.springframework.session:spring-session-data-geode"