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

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


The following commit(s) were added to refs/heads/3.2.x by this push:
     new 982822ef0a Remove redundant camel-quarkus-bom import in knative 
runtime module
982822ef0a is described below

commit 982822ef0a7e35fc074553c1481b642791e00e3d
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 f60d30f98d..2f846afc3b 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