You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/21 13:28:13 UTC

[camel] 02/07: Jackson Range for Karaf: We are using 2.13 - camel-jackson

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 62e9c263324545c4d9d813c409f40d78817107e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 21 13:29:53 2022 +0100

    Jackson Range for Karaf: We are using 2.13 - camel-jackson
---
 components/camel-jackson/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index 1bbf27e..894c0c1 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            com.fasterxml.jackson.*;version="[2.11,3)"
+            com.fasterxml.jackson.*;version="[2.13,3)"
         </camel.osgi.import.before.defaults>
     </properties>