Skip to content

Commit 2113628

Browse files
committed
fix: remove obsolete (and wrong) comment
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent dc5787c commit 2113628

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
@@ -233,6 +233,7 @@
233233
<scope>test</scope>
234234
</dependency>
235235
<!-- Kubernetes client HTTP client implementations -->
236+
<!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
236237
<dependency>
237238
<groupId>io.fabric8</groupId>
238239
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -243,7 +244,6 @@
243244
<artifactId>kubernetes-httpclient-vertx</artifactId>
244245
<version>${fabric8-client.version}</version>
245246
</dependency>
246-
<!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
247247
<dependency>
248248
<groupId>io.fabric8</groupId>
249249
<artifactId>kubernetes-httpclient-jdk</artifactId>

0 commit comments

Comments
 (0)