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 2018/08/29 06:23:29 UTC

[camel] branch master updated: Upgrade CXF and regen

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 30d44a9  Upgrade CXF and regen
30d44a9 is described below

commit 30d44a979051686455b072168874393208e9c195
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 29 08:23:07 2018 +0200

    Upgrade CXF and regen
---
 bom/camel-bom/pom.xml                                       | 5 +++++
 components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc | 2 ++
 parent/pom.xml                                              | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 64633b2..6832001 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -83,6 +83,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-as2-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-asn1</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
index 2765a8c..176831d 100644
--- a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
+++ b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
@@ -1,6 +1,8 @@
+[[xmlrpc-component]]
 == XML RPC Component (deprecated)
 
 *Available as of Camel version 2.11*
+
 *Available as of Camel version 2.11*
 
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a70a61..65668fc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -170,7 +170,7 @@
     <couchbase-client-version>1.4.13</couchbase-client-version>
     <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version>
     <curator-version>2.12.0</curator-version>
-    <cxf-version>3.2.5</cxf-version>
+    <cxf-version>3.2.6</cxf-version>
     <cxf-version-range>[3.1,4.0)</cxf-version-range>
     <cxf-xjc-plugin-version>3.2.0</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.2.0</cxf-xjc-utils-version>