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 2017/04/27 09:32:59 UTC

[2/3] camel git commit: Bump osgi range for jackson

Bump osgi range for jackson


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d170341a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d170341a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d170341a

Branch: refs/heads/master
Commit: d170341ac3edfc5c176452ec0ffe66f945a55d24
Parents: bb998e3
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 27 11:20:25 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 27 11:32:51 2017 +0200

----------------------------------------------------------------------
 components/camel-swagger-java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d170341a/components/camel-swagger-java/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-swagger-java/pom.xml b/components/camel-swagger-java/pom.xml
index 68bc4e1..7cd3762 100644
--- a/components/camel-swagger-java/pom.xml
+++ b/components/camel-swagger-java/pom.xml
@@ -36,7 +36,7 @@
     <label>rest,api</label>
 
     <camel.osgi.import.before.defaults>
-      com.fasterxml.jackson.*;version="[2.4,3)"
+      com.fasterxml.jackson.*;version="[2.8,3)"
     </camel.osgi.import.before.defaults>
     <camel.osgi.export.pkg>org.apache.camel.swagger.*</camel.osgi.export.pkg>
   </properties>