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

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

commit 940d98e2deb48e17a6743ace68220979f22c0c9d
Author: Jiri Ondrusek <ondrusek.j...@gmail.com>
AuthorDate: Mon Apr 14 12:03:49 2025 +0200

    fixes #7262: removal of unecessary dependencies to Quarkus Amazon Services
---
 .../azure-core-http-client-vertx/deployment/pom.xml          | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml 
b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
index ff5da52aa3..e653f120ec 100644
--- a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
+++ b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml
@@ -29,18 +29,6 @@
     
<artifactId>camel-quarkus-support-azure-core-http-client-vertx-deployment</artifactId>
     <name>Camel Quarkus :: Support :: Azure Core HTTP Client Vert.x :: 
Deployment</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bom-test</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>io.quarkus</groupId>

Reply via email to