Skip to content

Commit 871686d

Browse files
author
Ryan Baxter
committed
Add spring-boot-configuration-processor to istio and leader modules. Fixes spring-cloud#499
1 parent d6582dc commit 871686d

File tree

2 files changed

+10
-0
lines changed
  • spring-cloud-kubernetes-istio
  • spring-cloud-kubernetes-leader

2 files changed

+10
-0
lines changed

spring-cloud-kubernetes-istio/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<groupId>me.snowdrop</groupId>
2626
<artifactId>istio-client</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.springframework.boot</groupId>
30+
<artifactId>spring-boot-configuration-processor</artifactId>
31+
<optional>true</optional>
32+
</dependency>
2833
<!-- Testing Dependencies -->
2934
<dependency>
3035
<groupId>org.springframework.boot</groupId>

spring-cloud-kubernetes-leader/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<artifactId>spring-boot-starter-actuator</artifactId>
4343
<optional>true</optional>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.springframework.boot</groupId>
47+
<artifactId>spring-boot-configuration-processor</artifactId>
48+
<optional>true</optional>
49+
</dependency>
4550
<dependency>
4651
<groupId>org.springframework.boot</groupId>
4752
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)