File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8181 </dependency >
8282 <dependency >
8383 <groupId >io.fabric8</groupId >
84- <artifactId >crd-generator</artifactId >
84+ <artifactId >crd-generator-apt </artifactId >
8585 <scope >test</scope >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 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.1 .1</fabric8-client .version>
41+ <fabric8-client .version>5.2 .1</fabric8-client .version>
4242 <slf4j .version>1.7.30</slf4j .version>
4343 </properties >
4444
Original file line number Diff line number Diff line change 2525 <groupId >io.javaoperatorsdk</groupId >
2626 <artifactId >operator-framework</artifactId >
2727 <version >${project.version} </version >
28+ <scope >compile</scope >
2829 </dependency >
2930 <dependency >
3031 <groupId >io.fabric8</groupId >
31- <artifactId >crd-generator</artifactId >
32+ <artifactId >crd-generator-apt </artifactId >
3233 <scope >compile</scope >
3334 </dependency >
3435 <dependency >
Original file line number Diff line number Diff line change 1717 <properties >
1818 <maven .compiler.source>11</maven .compiler.source>
1919 <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>
2121 <compiler-plugin .version>3.8.1</compiler-plugin .version>
2222 <maven .compiler.parameters>true</maven .compiler.parameters>
2323 </properties >
4646 <groupId >io.quarkiverse.operatorsdk</groupId >
4747 <artifactId >quarkus-operator-sdk</artifactId >
4848 <version >1.8.0.CR1</version >
49+ <!-- <version>1.8.0-SNAPSHOT</version>-->
4950 </dependency >
5051 <dependency >
5152 <groupId >io.javaoperatorsdk</groupId >
You can’t perform that action at this time.
0 commit comments