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

acosentino 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 ad01c57  Upgrade Vertx to version 3.5.0
ad01c57 is described below

commit ad01c57d1b56981d1e19ae443ff47d38a13a36e2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Oct 19 08:06:09 2017 +0200

    Upgrade Vertx to version 3.5.0
---
 parent/pom.xml                                           | 3 ++-
 platforms/karaf/features/src/main/resources/features.xml | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 59e8fc7..d213526 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -701,7 +701,8 @@
     <velocity-bundle-version>1.7_6</velocity-bundle-version>
     <velocity-tools-version>2.0</velocity-tools-version>
     <velocity-version>2.0</velocity-version>
-    <vertx-version>3.4.2</vertx-version>
+    <vertx-version>3.5.0</vertx-version>
+    <vertx-jackson2-version>2.9.0</vertx-jackson2-version>
     <vysper-version>0.7</vysper-version>
     <weld1-version>1.1.28.Final</weld1-version>
     <weld2-version>2.4.5.Final</weld2-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 9a819ef..a8bc759 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2245,9 +2245,9 @@
   <feature name='camel-vertx' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <details>camel-vertx feature requires Java 8</details>
-    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
-    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
-    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
+    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${vertx-jackson2-version}</bundle>
+    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${vertx-jackson2-version}</bundle>
+    <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${vertx-jackson2-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-common/${netty-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-transport/${netty-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-buffer/${netty-version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to