Skip to content

Commit d259fcd

Browse files
committed
fix: use vert.x client for tomcat operator
1 parent a45ccef commit d259fcd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

sample-operators/tomcat-operator/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +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>
46+
</dependency>
47+
<dependency>
48+
<groupId>io.fabric8</groupId>
49+
<artifactId>kubernetes-httpclient-vertx</artifactId>
4050
</dependency>
4151
<dependency>
4252
<groupId>io.fabric8</groupId>

sample-operators/webpage/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@
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>
46-
</dependency>
47-
<dependency>
48-
<groupId>io.fabric8</groupId>
49-
<artifactId>kubernetes-httpclient-vertx</artifactId>
5040
</dependency>
5141
<dependency>
5242
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)