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:15 UTC

[camel] 04/07: Jackson Range for Karaf: We are using 2.13 - camel-jacksonxml

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 2e949b6956cdaa0952d0b60c17e9b942785f684e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 21 13:31:06 2022 +0100

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

diff --git a/components/camel-jacksonxml/pom.xml b/components/camel-jacksonxml/pom.xml
index 0a31622..d734bf5 100644
--- a/components/camel-jacksonxml/pom.xml
+++ b/components/camel-jacksonxml/pom.xml
@@ -33,7 +33,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>