Declare provided depdendency on Spring Boot Starter.

This commit is contained in:
John Blum
2018-08-28 17:00:48 -07:00
parent d42c255d7c
commit 6d0e294a57

View File

@@ -12,4 +12,6 @@ dependencies {
compile "org.springframework:spring-test"
compile "org.springframework.data:spring-data-geode"
provided "org.springframework.boot:spring-boot-starter"
}