Skip to content

Commit b0783ab

Browse files
authored
Fabric8 k8s client : revert to OkHTTPClient (#535)
1 parent d3bd2c8 commit b0783ab

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

helm-wrapper/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,22 @@
6161
<dependency>
6262
<groupId>io.fabric8</groupId>
6363
<artifactId>kubernetes-client</artifactId>
64+
<exclusions>
65+
<exclusion>
66+
<groupId>io.fabric8</groupId>
67+
<artifactId>kubernetes-httpclient-vertx</artifactId>
68+
</exclusion>
69+
</exclusions>
6470
</dependency>
6571

72+
<dependency>
73+
<groupId>io.fabric8</groupId>
74+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
75+
<version>7.0.0</version>
76+
<scope>runtime</scope>
77+
</dependency>
78+
79+
6680
<dependency>
6781
<groupId>org.apache.commons</groupId>
6882
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)