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

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

commit 9ef6272a3712b0005b938bf69b39d84fe52391fe
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 15 09:17:34 2020 +0200

    Add camel-xml-jaxp as direct dependency in camel-core instead of it being 
indirect via camel-xpath
---
 core/camel-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index ea44885..06d0709 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -145,6 +145,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-jaxb</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-xml-jaxp</artifactId>
+        </dependency>
 
         <!-- required logging api dependency by camel-core -->
         <dependency>

Reply via email to