Skip to content

Commit bd9815a

Browse files
committed
fix: only use plain kubernetes client minimally
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent a311303 commit bd9815a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependency>
3333
<dependency>
3434
<groupId>io.quarkus</groupId>
35-
<artifactId>quarkus-openshift-client-deployment</artifactId>
35+
<artifactId>quarkus-kubernetes-client-deployment</artifactId>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.quarkus</groupId>

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</dependency>
4242
<dependency>
4343
<groupId>io.quarkus</groupId>
44-
<artifactId>quarkus-openshift-client</artifactId>
44+
<artifactId>quarkus-kubernetes-client</artifactId>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.quarkus</groupId>

samples/joke/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</dependency>
4343
<dependency>
4444
<groupId>io.quarkus</groupId>
45-
<artifactId>quarkus-openshift</artifactId>
45+
<artifactId>quarkus-kubernetes</artifactId>
4646
</dependency>
4747
<!-- This dependency is needed only to ensure proper building order so that this module is build after the CSV extension -->
4848
<dependency>

samples/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</dependency>
2525
<dependency>
2626
<groupId>io.quarkus</groupId>
27-
<artifactId>quarkus-openshift</artifactId>
27+
<artifactId>quarkus-kubernetes</artifactId>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.quarkus</groupId>

samples/pingpong/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dependency>
3939
<dependency>
4040
<groupId>io.quarkus</groupId>
41-
<artifactId>quarkus-openshift</artifactId>
41+
<artifactId>quarkus-kubernetes</artifactId>
4242
</dependency>
4343
<!-- This dependency is needed only to ensure proper building order so that this module is build after the CSV extension -->
4444
<dependency>

0 commit comments

Comments
 (0)