File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 38
38
<junit .version>5.7.0</junit .version>
39
39
<surefire .version>3.0.0-M5</surefire .version>
40
40
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
- <fabric8-client .version>5.2.1</fabric8-client .version>
41
+ <fabric8-client .version>5.3.1</fabric8-client .version>
42
+ <sundrio .version>0.30.6</sundrio .version>
42
43
<slf4j .version>1.7.30</slf4j .version>
43
44
</properties >
44
45
53
54
54
55
<dependencyManagement >
55
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 >
56
63
<dependency >
57
64
<groupId >io.fabric8</groupId >
58
65
<artifactId >kubernetes-client-bom</artifactId >
You can’t perform that action at this time.
0 commit comments