Skip to content

Commit

Permalink
bump to josdk 5 (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
  • Loading branch information
csviri authored Feb 3, 2025
1 parent 9f10e32 commit b5e014a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<maven.compiler.release>17</maven.compiler.release>
<spotless.version>2.44.1</spotless.version>
<spring-boot.version>3.4.2</spring-boot.version>
<josdk.version>5.0.0-RC1</josdk.version>
<josdk.version>5.0.0</josdk.version>
<surefire.version>3.5.2</surefire.version>
<fabric8-client.version>7.1.0</fabric8-client.version>
<jenvtest.version>0.9.7</jenvtest.version>
Expand Down
5 changes: 0 additions & 5 deletions samples/spring-boot-auto-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-spring-boot-starter</artifactId>
</dependency>
<!-- without this, the app exits after 1 minute -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-spring-boot-starter-samples-common</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<!-- without this, the app exits after 1 minute -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit b5e014a

Please sign in to comment.