File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 81
81
</dependency >
82
82
<dependency >
83
83
<groupId >io.fabric8</groupId >
84
- <artifactId >crd-generator</artifactId >
84
+ <artifactId >crd-generator-apt </artifactId >
85
85
<scope >test</scope >
86
86
</dependency >
87
87
</dependencies >
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.1 .1</fabric8-client .version>
41
+ <fabric8-client .version>5.2 .1</fabric8-client .version>
42
42
<slf4j .version>1.7.30</slf4j .version>
43
43
</properties >
44
44
Original file line number Diff line number Diff line change 25
25
<groupId >io.javaoperatorsdk</groupId >
26
26
<artifactId >operator-framework</artifactId >
27
27
<version >${project.version} </version >
28
+ <scope >compile</scope >
28
29
</dependency >
29
30
<dependency >
30
31
<groupId >io.fabric8</groupId >
31
- <artifactId >crd-generator</artifactId >
32
+ <artifactId >crd-generator-apt </artifactId >
32
33
<scope >compile</scope >
33
34
</dependency >
34
35
<dependency >
Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<maven .compiler.source>11</maven .compiler.source>
19
19
<maven .compiler.target>11</maven .compiler.target>
20
- <quarkus .version>1.12.1 .Final</quarkus .version>
20
+ <quarkus .version>1.12.2 .Final</quarkus .version>
21
21
<compiler-plugin .version>3.8.1</compiler-plugin .version>
22
22
<maven .compiler.parameters>true</maven .compiler.parameters>
23
23
</properties >
46
46
<groupId >io.quarkiverse.operatorsdk</groupId >
47
47
<artifactId >quarkus-operator-sdk</artifactId >
48
48
<version >1.8.0.CR1</version >
49
+ <!-- <version>1.8.0-SNAPSHOT</version>-->
49
50
</dependency >
50
51
<dependency >
51
52
<groupId >io.javaoperatorsdk</groupId >
You can’t perform that action at this time.
0 commit comments