Declare optional, provided dependency on Spring Boot Starter.

This commit is contained in:
John Blum
2018-08-28 17:12:07 -07:00
parent 228a5bc0eb
commit 03d48cc437

View File

@@ -64,10 +64,19 @@
</developers>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>