You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2023/03/02 08:40:37 UTC

[camel-quarkus] branch main updated: Aws2-cw: dependency io.quarkus:quarkus-jaxp is not needed for the native run #4614

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

aldettinger 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 588b5f431a Aws2-cw: dependency io.quarkus:quarkus-jaxp is not needed for the native run #4614
588b5f431a is described below

commit 588b5f431af2b2bb54af790d4db61d8cd219a155
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Wed Mar 1 16:32:51 2023 +0100

    Aws2-cw: dependency io.quarkus:quarkus-jaxp is not needed for the native run #4614
---
 extensions/aws2-cw/deployment/pom.xml | 4 ----
 extensions/aws2-cw/runtime/pom.xml    | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/extensions/aws2-cw/deployment/pom.xml b/extensions/aws2-cw/deployment/pom.xml
index a54cf3036e..d785b992c6 100644
--- a/extensions/aws2-cw/deployment/pom.xml
+++ b/extensions/aws2-cw/deployment/pom.xml
@@ -38,10 +38,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-aws2-cw</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-jaxp-deployment</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-support-aws2-deployment</artifactId>
diff --git a/extensions/aws2-cw/runtime/pom.xml b/extensions/aws2-cw/runtime/pom.xml
index 3373d2afb0..05c8cff8c6 100644
--- a/extensions/aws2-cw/runtime/pom.xml
+++ b/extensions/aws2-cw/runtime/pom.xml
@@ -48,10 +48,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-support-aws2</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-jaxp</artifactId>
-        </dependency>
     </dependencies>
 
     <build>