You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/03/20 16:32:21 UTC

[camel-quarkus] 03/07: 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.

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

commit d3d09136d73bd4a18b605e3e50d5790217bbb308
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 4c0d63dbcc..2c9a5113ba 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 4cf005db7c..5bd6401eff 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>