File tree 2 files changed +11
-5
lines changed
spring-cloud-kubernetes-fabric8-autoconfig
spring-cloud-kubernetes-fabric8-leader 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 49
49
<groupId >org.springframework.cloud</groupId >
50
50
<artifactId >spring-cloud-kubernetes-commons</artifactId >
51
51
</dependency >
52
+ <!-- Spring Boot removed its dependency management of okhttp in Spring Boot 3.4.0 -->
53
+ <!-- This resulted in a different version fo okhttp in Spring Cloud 2024.0.0 -->
54
+ <!-- Spring Cloud is now managing the okhttp dependency version in Spring Cloud Commons -->
55
+ <dependency >
56
+ <groupId >com.squareup.okhttp3</groupId >
57
+ <artifactId >okhttp</artifactId >
58
+ </dependency >
59
+ <dependency >
60
+ <groupId >com.squareup.okhttp3</groupId >
61
+ <artifactId >logging-interceptor</artifactId >
62
+ </dependency >
52
63
<dependency >
53
64
<groupId >org.springframework.boot</groupId >
54
65
<artifactId >spring-boot-starter-logging</artifactId >
Original file line number Diff line number Diff line change 67
67
<artifactId >spring-cloud-kubernetes-test-support</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
70
- <dependency >
71
- <groupId >org.springframework.cloud</groupId >
72
- <artifactId >spring-cloud-kubernetes-test-support</artifactId >
73
- <scope >test</scope >
74
- </dependency >
75
70
</dependencies >
76
71
</project >
You can’t perform that action at this time.
0 commit comments