Skip to content

Commit 0a3714a

Browse files
authored
feat: change default client flavor from openshift to kubernetes (#1315)
1 parent 4fdf4b6 commit 0a3714a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- We use the OpenShift client, because functionally it is a superset of the Kubernetes client -->
5656
<dependency>
5757
<groupId>io.fabric8</groupId>
58-
<artifactId>openshift-client</artifactId>
58+
<artifactId>kubernetes-client</artifactId>
5959
</dependency>
6060

6161
<dependency>

0 commit comments

Comments
 (0)