We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c532a commit fb0918bCopy full SHA for fb0918b
operator-framework/pom.xml
@@ -20,7 +20,6 @@
20
<dependency>
21
<groupId>io.fabric8</groupId>
22
<artifactId>kubernetes-httpclient-${fabric8-httpclient-impl.name}</artifactId>
23
- <scope>provided</scope>
24
</dependency>
25
26
<groupId>org.apache.commons</groupId>
sample-operators/tomcat-operator/pom.xml
@@ -37,6 +37,12 @@
37
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
47
48
0 commit comments