We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bd2c8 commit b0783abCopy full SHA for b0783ab
1 file changed
helm-wrapper/pom.xml
@@ -61,8 +61,22 @@
61
<dependency>
62
<groupId>io.fabric8</groupId>
63
<artifactId>kubernetes-client</artifactId>
64
+ <exclusions>
65
+ <exclusion>
66
+ <groupId>io.fabric8</groupId>
67
+ <artifactId>kubernetes-httpclient-vertx</artifactId>
68
+ </exclusion>
69
+ </exclusions>
70
</dependency>
71
72
+ <dependency>
73
74
+ <artifactId>kubernetes-httpclient-okhttp</artifactId>
75
+ <version>7.0.0</version>
76
+ <scope>runtime</scope>
77
+ </dependency>
78
+
79
80
81
<groupId>org.apache.commons</groupId>
82
<artifactId>commons-lang3</artifactId>
0 commit comments