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 6c6ba27bfc5bf64208fa9fc677f2e7b1a24d5d94 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 21 13:32:19 2022 +0100 Jackson Range for Karaf: We are using 2.13 - camel-rest-openapi --- components/camel-rest-openapi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-rest-openapi/pom.xml b/components/camel-rest-openapi/pom.xml index f288aba..51e84b4 100644 --- a/components/camel-rest-openapi/pom.xml +++ b/components/camel-rest-openapi/pom.xml @@ -37,7 +37,7 @@ <firstVersion>3.1.0</firstVersion> <label>rest,api,http</label> <camel.osgi.import.before.defaults> - com.fasterxml.jackson.*;version="[2.11,3)", + com.fasterxml.jackson.*;version="[2.13,3)", io.apicurio.datamodels* </camel.osgi.import.before.defaults> </properties>