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/06/20 05:46:02 UTC

[camel] branch master updated: Let camel-jackson require jackson 2.9 in OSGi

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 3532ae1  Let camel-jackson require jackson 2.9 in OSGi
3532ae1 is described below

commit 3532ae1e5b373a073eed9b8af113f8c801149424
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 20 07:44:41 2019 +0200

    Let camel-jackson require jackson 2.9 in OSGi
---
 components/camel-jackson/pom.xml    | 2 +-
 components/camel-jacksonxml/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index c0a4caa..83b5d81 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            com.fasterxml.jackson.*;version="[2.6,3)"
+            com.fasterxml.jackson.*;version="[2.9,3)"
         </camel.osgi.import.before.defaults>
     </properties>
 
diff --git a/components/camel-jacksonxml/pom.xml b/components/camel-jacksonxml/pom.xml
index 4fa681d..9d40cb2 100644
--- a/components/camel-jacksonxml/pom.xml
+++ b/components/camel-jacksonxml/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            com.fasterxml.jackson.*;version="[2.3,3)"
+            com.fasterxml.jackson.*;version="[2.9,3)"
         </camel.osgi.import.before.defaults>
     </properties>