This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 387d07a12c Remove redundant camel-quarkus-bom import in knative 
runtime module
387d07a12c is described below

commit 387d07a12c0ca477dc3af0afdbf522417ea57c44
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Sep 6 16:35:40 2023 +0100

    Remove redundant camel-quarkus-bom import in knative runtime module
---
 extensions/knative/runtime/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/extensions/knative/runtime/pom.xml 
b/extensions/knative/runtime/pom.xml
index 5809441ff1..25aef2f6b7 100644
--- a/extensions/knative/runtime/pom.xml
+++ b/extensions/knative/runtime/pom.xml
@@ -35,18 +35,6 @@
         <camel.quarkus.nativeSince>2.14.0</camel.quarkus.nativeSince>
     </properties>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bom</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>

Reply via email to