Skip to content

Commit 09cd5c8

Browse files
committed
feat: upgrade client to 5.4.0, remove now unneeded sundrio override
1 parent f5ceb4a commit 09cd5c8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
<junit.version>5.7.0</junit.version>
3939
<surefire.version>3.0.0-M5</surefire.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<fabric8-client.version>5.3.1</fabric8-client.version>
42-
<sundrio.version>0.30.6</sundrio.version>
41+
<fabric8-client.version>5.4.0</fabric8-client.version>
4342
<slf4j.version>1.7.30</slf4j.version>
4443
</properties>
4544

@@ -52,12 +51,6 @@
5251

5352
<dependencyManagement>
5453
<dependencies>
55-
<dependency>
56-
<groupId>io.sundr</groupId>
57-
<artifactId>sundr-codegen</artifactId>
58-
<version>${sundrio.version}</version>
59-
<scope>provided</scope>
60-
</dependency>
6154
<dependency>
6255
<groupId>io.fabric8</groupId>
6356
<artifactId>kubernetes-client-bom</artifactId>

0 commit comments

Comments
 (0)