File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
spring-cloud-kubernetes-istio
spring-cloud-kubernetes-leader Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 25
25
<groupId >me.snowdrop</groupId >
26
26
<artifactId >istio-client</artifactId >
27
27
</dependency >
28
+ <dependency >
29
+ <groupId >org.springframework.boot</groupId >
30
+ <artifactId >spring-boot-configuration-processor</artifactId >
31
+ <optional >true</optional >
32
+ </dependency >
28
33
<!-- Testing Dependencies -->
29
34
<dependency >
30
35
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 42
42
<artifactId >spring-boot-starter-actuator</artifactId >
43
43
<optional >true</optional >
44
44
</dependency >
45
+ <dependency >
46
+ <groupId >org.springframework.boot</groupId >
47
+ <artifactId >spring-boot-configuration-processor</artifactId >
48
+ <optional >true</optional >
49
+ </dependency >
45
50
<dependency >
46
51
<groupId >org.springframework.boot</groupId >
47
52
<artifactId >spring-boot-starter-web</artifactId >
You can’t perform that action at this time.
0 commit comments