GH-1211 made Actuator optional

This commit is contained in:
Oleg Zhurakousky
2018-02-26 23:03:39 -05:00
parent e23af0ccc1
commit d7c5c9c13b

View File

@@ -18,6 +18,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>