You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/08/08 06:30:58 UTC

[camel] branch master updated: Add camel-jaxp to release kit

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


The following commit(s) were added to refs/heads/master by this push:
     new b8b9386  Add camel-jaxp to release kit
b8b9386 is described below

commit b8b9386a01ac6f5c5c96211b8ae762880410d474
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 8 08:30:45 2019 +0200

    Add camel-jaxp to release kit
---
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index dd3dc99..5056cbc 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -102,6 +102,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-jaxp</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
         </dependency>
         
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 71c3226..9a81fd4 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -38,6 +38,7 @@
         <include>org.apache.camel:camel-core-osgi</include>
         <include>org.apache.camel:camel-core-xml</include>
         <include>org.apache.camel:camel-cloud</include>
+        <include>org.apache.camel:camel-jaxp</include>
         <include>org.apache.camel:camel-main</include>
 
         <!-- NOTE: auto-generated list of components when building camel catalog -->