Skip to content

Commit a0799ad

Browse files
committed
Adds spring-boot-webclient to config watcher.
See gh-1945
1 parent b44e502 commit a0799ad

File tree

1 file changed

+4
-0
lines changed
  • spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher

1 file changed

+4
-0
lines changed

spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-webflux</artifactId>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.springframework.boot</groupId>
43+
<artifactId>spring-boot-webclient</artifactId>
44+
</dependency>
4145

4246
<dependency>
4347
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)