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