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 59
59
<maven .compiler.release>17</maven .compiler.release>
60
60
<spotless .version>2.44.1</spotless .version>
61
61
<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>
63
63
<surefire .version>3.5.2</surefire .version>
64
64
<fabric8-client .version>7.1.0</fabric8-client .version>
65
65
<jenvtest .version>0.9.7</jenvtest .version>
Original file line number Diff line number Diff line change 18
18
<groupId >io.javaoperatorsdk</groupId >
19
19
<artifactId >operator-framework-spring-boot-starter</artifactId >
20
20
</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 >
26
21
<dependency >
27
22
<groupId >io.javaoperatorsdk</groupId >
28
23
<artifactId >operator-framework-spring-boot-starter-samples-common</artifactId >
Original file line number Diff line number Diff line change 57
57
<artifactId >spring-boot-actuator-autoconfigure</artifactId >
58
58
<optional >true</optional >
59
59
</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 >
60
65
<dependency >
61
66
<groupId >org.springframework.boot</groupId >
62
67
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments