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 2020/02/17 11:24:21 UTC

[camel-quarkus] 26/34: cleanup core extension pom

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

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

commit 5fd8cedfef3726299df372b8cc1d63f8aa2c1689
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Feb 7 12:51:33 2020 +0100

    cleanup core extension pom
---
 extensions/core/runtime/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/extensions/core/runtime/pom.xml b/extensions/core/runtime/pom.xml
index f7706ec..c91b25f 100644
--- a/extensions/core/runtime/pom.xml
+++ b/extensions/core/runtime/pom.xml
@@ -77,12 +77,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-engine</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-xml-jaxp</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>