Add spring-boot-configuration-processor to istio and leader modules. Fixes #499

This commit is contained in:
Ryan Baxter
2020-01-29 10:16:31 -05:00
parent d6582dc647
commit 871686d90f
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,11 @@
<groupId>me.snowdrop</groupId>
<artifactId>istio-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -42,6 +42,11 @@
<artifactId>spring-boot-starter-actuator</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>