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 <claprun@redhat.com>
  • Loading branch information
metacosm committed May 16, 2024
1 parent 16fdaf7 commit c43c0db
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 c43c0db

Please sign in to comment.