We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c6483 + 00bb89c commit 68f1424Copy full SHA for 68f1424
1 file changed
pom.xml
@@ -38,7 +38,8 @@
38
<junit.version>5.7.0</junit.version>
39
<surefire.version>3.0.0-M5</surefire.version>
40
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
- <fabric8-client.version>5.2.1</fabric8-client.version>
+ <fabric8-client.version>5.3.1</fabric8-client.version>
42
+ <sundrio.version>0.30.6</sundrio.version>
43
<slf4j.version>1.7.30</slf4j.version>
44
</properties>
45
@@ -53,6 +54,12 @@
53
54
55
<dependencyManagement>
56
<dependencies>
57
+ <dependency>
58
+ <groupId>io.sundr</groupId>
59
+ <artifactId>sundr-codegen</artifactId>
60
+ <version>${sundrio.version}</version>
61
+ <scope>provided</scope>
62
+ </dependency>
63
<dependency>
64
<groupId>io.fabric8</groupId>
65
<artifactId>kubernetes-client-bom</artifactId>
0 commit comments