Skip to content

Commit

Permalink
Fabric8 k8s client : revert to OkHTTPClient (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Dec 12, 2024
1 parent d3bd2c8 commit b0783ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,22 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<exclusions>
<exclusion>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-vertx</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-okhttp</artifactId>
<version>7.0.0</version>
<scope>runtime</scope>
</dependency>


<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit b0783ab

Please sign in to comment.