File tree Expand file tree Collapse file tree 4 files changed +0
-47
lines changed
spring-cloud-kubernetes-fabric8-config
spring-cloud-kubernetes-fabric8-discovery
spring-cloud-kubernetes-fabric8-loadbalancer Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 80
80
</maven-checkstyle-plugin .failsOnViolation>
81
81
<maven-checkstyle-plugin .includeTestSourceDirectory>true
82
82
</maven-checkstyle-plugin .includeTestSourceDirectory>
83
- <!-- We are overriding the version of Jackson here because Fabric8 is
84
- is not compatible with Jackson 2.19.0 which used in Spring Boot 3.5.x
85
- We cannot use Jackson 2.19.0 until we can upgrade to Fabric8
86
- 7.3.0.
87
- See https://github.com/fabric8io/kubernetes-client/issues/7036
88
- See https://github.com/spring-projects/spring-boot/commit/e1ff4fbaf99bfcfdf0828ed07664b208a3ca6157
89
- -->
90
- <jackson .version>2.18.4</jackson .version>
91
83
</properties >
92
84
93
85
<modules >
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >com.fasterxml.jackson.core</groupId >
78
78
<artifactId >jackson-databind</artifactId >
79
- <version >${jackson.version} </version >
80
79
<scope >test</scope >
81
80
</dependency >
82
81
<dependency >
83
82
<groupId >com.fasterxml.jackson.core</groupId >
84
83
<artifactId >jackson-core</artifactId >
85
- <version >${jackson.version} </version >
86
84
<scope >test</scope >
87
85
</dependency >
88
86
<dependency >
89
87
<groupId >com.fasterxml.jackson.core</groupId >
90
88
<artifactId >jackson-annotations</artifactId >
91
- <version >${jackson.version} </version >
92
89
<scope >test</scope >
93
90
</dependency >
94
91
<dependency >
Original file line number Diff line number Diff line change 113
113
<artifactId >spring-cloud-kubernetes-test-support</artifactId >
114
114
<scope >test</scope >
115
115
</dependency >
116
- <dependency >
117
- <groupId >com.fasterxml.jackson.core</groupId >
118
- <artifactId >jackson-databind</artifactId >
119
- <version >${jackson.version} </version >
120
- <scope >test</scope >
121
- </dependency >
122
- <dependency >
123
- <groupId >com.fasterxml.jackson.core</groupId >
124
- <artifactId >jackson-core</artifactId >
125
- <version >${jackson.version} </version >
126
- <scope >test</scope >
127
- </dependency >
128
- <dependency >
129
- <groupId >com.fasterxml.jackson.core</groupId >
130
- <artifactId >jackson-annotations</artifactId >
131
- <version >${jackson.version} </version >
132
- <scope >test</scope >
133
- </dependency >
134
116
</dependencies >
135
117
136
118
</project >
Original file line number Diff line number Diff line change 74
74
<artifactId >spring-cloud-kubernetes-test-support</artifactId >
75
75
<scope >test</scope >
76
76
</dependency >
77
- <dependency >
78
- <groupId >com.fasterxml.jackson.core</groupId >
79
- <artifactId >jackson-databind</artifactId >
80
- <version >${jackson.version} </version >
81
- <scope >test</scope >
82
- </dependency >
83
- <dependency >
84
- <groupId >com.fasterxml.jackson.core</groupId >
85
- <artifactId >jackson-core</artifactId >
86
- <version >${jackson.version} </version >
87
- <scope >test</scope >
88
- </dependency >
89
- <dependency >
90
- <groupId >com.fasterxml.jackson.core</groupId >
91
- <artifactId >jackson-annotations</artifactId >
92
- <version >${jackson.version} </version >
93
- <scope >test</scope >
94
- </dependency >
95
77
</dependencies >
96
78
</project >
You can’t perform that action at this time.
0 commit comments