Skip to content

Commit b5e014a

Browse files
authored
bump to josdk 5 (#205)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9f10e32 commit b5e014a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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>

samples/spring-boot-auto-config/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
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>

starter/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
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>

0 commit comments

Comments
 (0)