Skip to content

Commit

Permalink
Moving the defintion of the fabric8 kubernetes client to be used to t…
Browse files Browse the repository at this point in the history
…he parent pom

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 3, 2024
1 parent 75b1b49 commit ffb250b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<htmx.version>1.9.3</htmx.version>
<quarkus-helm.version>1.2.1</quarkus-helm.version>
<quarkus-vault.version>3.5.0</quarkus-vault.version>
<kubernetes-client.version>6.9.2</kubernetes-client.version>
</properties>
<dependencies>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
<lobmok.version>1.18.30</lobmok.version>
<sundrio.version>0.200.0</sundrio.version>

<!-- <sundrio.version>0.103.1</sundrio.version> -->
<kubernetes-client.version>6.12.1</kubernetes-client.version>
<skipITs>true</skipITs>
<src.format.goal>format</src.format.goal>
<src.sort.goal>sort</src.sort.goal>
Expand Down

0 comments on commit ffb250b

Please sign in to comment.