Skip to content

Commit 283cefc

Browse files
committed
excluding vertx
Signed-off-by: Attila Mészáros <[email protected]>
1 parent db66107 commit 283cefc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ under the License.
138138
<artifactId>kubernetes-client</artifactId>
139139
<version>${fabric8.version}</version>
140140
<exclusions>
141+
<exclusion>
142+
<groupId>io.fabric8</groupId>
143+
<artifactId>kubernetes-httpclient-vertx</artifactId>
144+
</exclusion>
141145
<exclusion>
142146
<groupId>com.squareup.okhttp3</groupId>
143147
<artifactId>*</artifactId>

0 commit comments

Comments
 (0)