We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6c037 commit a45ccefCopy full SHA for a45ccef
sample-operators/webpage/pom.xml
@@ -37,10 +37,16 @@
37
<dependency>
38
<groupId>io.javaoperatorsdk</groupId>
39
<artifactId>operator-framework</artifactId>
40
+ <exclusions>
41
+ <exclusion>
42
+ <groupId>io.fabric8</groupId>
43
+ <artifactId>kubernetes-httpclient-okhttp</artifactId>
44
+ </exclusion>
45
+ </exclusions>
46
</dependency>
47
48
<groupId>io.fabric8</groupId>
- <artifactId>kubernetes-httpclient-okhttp</artifactId>
49
+ <artifactId>kubernetes-httpclient-vertx</artifactId>
50
51
52
<groupId>org.apache.logging.log4j</groupId>
0 commit comments