Skip to content

Commit 9441af2

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

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
@@ -230,6 +230,7 @@
230230
<scope>test</scope>
231231
</dependency>
232232
<!-- Kubernetes client HTTP client implementations -->
233+
<!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
233234
<dependency>
234235
<groupId>io.fabric8</groupId>
235236
<artifactId>kubernetes-httpclient-okhttp</artifactId>
@@ -240,7 +241,6 @@
240241
<artifactId>kubernetes-httpclient-vertx</artifactId>
241242
<version>${fabric8-client.version}</version>
242243
</dependency>
243-
<!-- We currently only recommend using the legacy okhttp client and the vert.x-based implementation -->
244244
<dependency>
245245
<groupId>io.fabric8</groupId>
246246
<artifactId>kubernetes-httpclient-jdk</artifactId>

0 commit comments

Comments
 (0)