Skip to content

Commit 4ab7179

Browse files
committed
fix: move fabric8 override to BOM
Signed-off-by: Chris Laprun <[email protected]>
1 parent 6d80cab commit 4ab7179

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040

4141
<dependencyManagement>
4242
<dependencies>
43+
<dependency>
44+
<groupId>io.fabric8</groupId>
45+
<artifactId>kubernetes-client-bom</artifactId>
46+
<version>6.10-SNAPSHOT</version>
47+
<type>pom</type>
48+
<scope>import</scope>
49+
</dependency>
4350
<dependency>
4451
<groupId>io.quarkus</groupId>
4552
<artifactId>quarkus-bom</artifactId>

build-parent/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939

4040
<dependencyManagement>
4141
<dependencies>
42-
<dependency>
43-
<groupId>io.fabric8</groupId>
44-
<artifactId>kubernetes-client-bom</artifactId>
45-
<version>6.10-SNAPSHOT</version>
46-
<type>pom</type>
47-
<scope>import</scope>
48-
</dependency>
4942
<dependency>
5043
<groupId>io.quarkiverse.operatorsdk</groupId>
5144
<artifactId>quarkus-operator-sdk-bom</artifactId>

0 commit comments

Comments
 (0)