Skip to content

Commit

Permalink
Add sundrio to generate builder pattern for the CRD models
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored and squakez committed Nov 28, 2023
1 parent 31c61f9 commit e39316f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/crds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<fabric8-version>6.9.0</fabric8-version>
<lombok-version>1.18.30</lombok-version>
<sundrio-version>0.101.0</sundrio-version>
<sundrio-version>0.103.0</sundrio-version>
<fabric8-version>6.9.2</fabric8-version>
<maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
</properties>

Expand Down Expand Up @@ -71,7 +71,7 @@
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<artifactId>kubernetes-client-bom-with-deps</artifactId>
<version>${fabric8-version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit e39316f

Please sign in to comment.