Skip to content

Commit

Permalink
feat: make it possible to build from a fabric8 client PR
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Aug 13, 2024
1 parent c947ef3 commit 7ad51a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@
<url>https://github.com/quarkiverse/quarkus-operator-sdk/issues/</url>
</issueManagement>

<properties>
<fabric8-client.version>6.12-SNAPSHOT</fabric8-client.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<version>6.12-SNAPSHOT</version>
<version>${fabric8-client.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 7ad51a4

Please sign in to comment.