Skip to content

Commit a45ccef

Browse files
committed
feat: show how to use vert.x client implementation
1 parent ea6c037 commit a45ccef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sample-operators/webpage/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,16 @@
3737
<dependency>
3838
<groupId>io.javaoperatorsdk</groupId>
3939
<artifactId>operator-framework</artifactId>
40+
<exclusions>
41+
<exclusion>
42+
<groupId>io.fabric8</groupId>
43+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
44+
</exclusion>
45+
</exclusions>
4046
</dependency>
4147
<dependency>
4248
<groupId>io.fabric8</groupId>
43-
<artifactId>kubernetes-httpclient-okhttp</artifactId>
49+
<artifactId>kubernetes-httpclient-vertx</artifactId>
4450
</dependency>
4551
<dependency>
4652
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)