File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
samples/spring-boot-auto-config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959 <maven .compiler.release>17</maven .compiler.release>
6060 <spotless .version>2.44.1</spotless .version>
6161 <spring-boot .version>3.4.2</spring-boot .version>
62- <josdk .version>5.0.0-RC1 </josdk .version>
62+ <josdk .version>5.0.0</josdk .version>
6363 <surefire .version>3.5.2</surefire .version>
6464 <fabric8-client .version>7.1.0</fabric8-client .version>
6565 <jenvtest .version>0.9.7</jenvtest .version>
Original file line number Diff line number Diff line change 1818 <groupId >io.javaoperatorsdk</groupId >
1919 <artifactId >operator-framework-spring-boot-starter</artifactId >
2020 </dependency >
21- <!-- without this, the app exits after 1 minute -->
22- <dependency >
23- <groupId >org.springframework.boot</groupId >
24- <artifactId >spring-boot-starter-web</artifactId >
25- </dependency >
2621 <dependency >
2722 <groupId >io.javaoperatorsdk</groupId >
2823 <artifactId >operator-framework-spring-boot-starter-samples-common</artifactId >
Original file line number Diff line number Diff line change 5757 <artifactId >spring-boot-actuator-autoconfigure</artifactId >
5858 <optional >true</optional >
5959 </dependency >
60+ <!-- without this, the app exits after 1 minute -->
61+ <dependency >
62+ <groupId >org.springframework.boot</groupId >
63+ <artifactId >spring-boot-starter-web</artifactId >
64+ </dependency >
6065 <dependency >
6166 <groupId >org.springframework.boot</groupId >
6267 <artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments