File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 199
199
<artifactId >operator-framework</artifactId >
200
200
<version >${project.version} </version >
201
201
</dependency >
202
- <!--
203
- regarding the okhttp explicit version
204
- see https://github.com/fabric8io/kubernetes-client/issues/4290
205
- -->
206
- <dependency >
207
- <groupId >com.squareup.okhttp3</groupId >
208
- <artifactId >okhttp</artifactId >
209
- <version >${okhttp.version} </version >
210
- </dependency >
211
202
<dependency >
212
203
<groupId >com.squareup.okhttp3</groupId >
213
204
<artifactId >logging-interceptor</artifactId >
230
221
<scope >test</scope >
231
222
</dependency >
232
223
<!-- Kubernetes client HTTP client implementations -->
224
+ <!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
233
225
<dependency >
234
226
<groupId >io.fabric8</groupId >
235
227
<artifactId >kubernetes-httpclient-okhttp</artifactId >
240
232
<artifactId >kubernetes-httpclient-vertx</artifactId >
241
233
<version >${fabric8-client.version} </version >
242
234
</dependency >
243
- <!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
244
235
<dependency >
245
236
<groupId >io.fabric8</groupId >
246
237
<artifactId >kubernetes-httpclient-jdk</artifactId >
You can’t perform that action at this time.
0 commit comments