Skip to content

Commit 8c3de3c

Browse files
metacosmcsviri
andcommitted
fix: remove now unneeded okhttp dependency override, wrong comment (#2331)
Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent cbab1fd commit 8c3de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<scope>test</scope>
212212
</dependency>
213213
<!-- Kubernetes client HTTP client implementations -->
214+
<!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
214215
<dependency>
215216
<groupId>io.fabric8</groupId>
216217
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -221,7 +222,6 @@
221222
<artifactId>kubernetes-httpclient-vertx</artifactId>
222223
<version>${fabric8-client.version}</version>
223224
</dependency>
224-
<!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
225225
<dependency>
226226
<groupId>io.fabric8</groupId>
227227
<artifactId>kubernetes-httpclient-jdk</artifactId>

0 commit comments

Comments
 (0)