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 db66107 commit 283cefcCopy full SHA for 283cefc
pom.xml
@@ -138,6 +138,10 @@ under the License.
138
<artifactId>kubernetes-client</artifactId>
139
<version>${fabric8.version}</version>
140
<exclusions>
141
+ <exclusion>
142
+ <groupId>io.fabric8</groupId>
143
+ <artifactId>kubernetes-httpclient-vertx</artifactId>
144
+ </exclusion>
145
<exclusion>
146
<groupId>com.squareup.okhttp3</groupId>
147
<artifactId>*</artifactId>
0 commit comments