Skip to content

Commit

Permalink
Consume kubernetes-client-bom via Quarkus BoM apache#2426
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Apr 1, 2021
1 parent e836c94 commit 759f8e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -90,7 +90,6 @@
<jnr-ffi.version>2.1.2</jnr-ffi.version><!-- Mess in web3j transitive deps -->
<kafka.version>2.5.0</kafka.version>
<kudu.version>${kudu-version}</kudu.version><!-- keep in sync with Camel -->
<kubernetes-client.version>${kubernetes-client-version}</kubernetes-client.version>
<kotlin.version>1.4.31</kotlin.version><!-- keep in sync with Quarkus -->
<netty3.version>${netty3-version}</netty3.version><!-- Spark -->
<mvel2.version>${mvel-version}</mvel2.version><!-- keep in sync with Camel and Optaplanner -->
Expand Down
7 changes: 0 additions & 7 deletions poms/bom/pom.xml
Expand Up @@ -40,13 +40,6 @@
<dependencies>

<!-- External BOMs -->
<dependency><!-- this needs to occur before quarkus-bom to get a higher prio -->
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<version>${kubernetes-client.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
Expand Down

0 comments on commit 759f8e4

Please sign in to comment.