Skip to content

Commit 539f9f7

Browse files
committed
fix: use okhttp implementation since jdk httpclient is broken on java 11
1 parent de2ba8f commit 539f9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample-operators/leader-election/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dependency>
4141
<dependency>
4242
<groupId>io.fabric8</groupId>
43-
<artifactId>kubernetes-httpclient-jdk</artifactId>
43+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>

sample-operators/webpage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dependency>
4141
<dependency>
4242
<groupId>io.fabric8</groupId>
43-
<artifactId>kubernetes-httpclient-jdk</artifactId>
43+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)