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 2021/03/24 05:56:13 UTC

[camel-karaf] branch master updated: Camel-Json-validator feature: Upgrade Jackson to 2.12.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c53277d  Camel-Json-validator feature: Upgrade Jackson to 2.12.2
c53277d is described below

commit c53277d4c923a1150051f72a6dc719cb0fe33d5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 06:55:35 2021 +0100

    Camel-Json-validator feature: Upgrade Jackson to 2.12.2
---
 platforms/karaf/features/src/main/resources/features.xml | 6 +++---
 pom.xml                                                  | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 93917d9..48faf9e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1239,9 +1239,9 @@
   <feature name='camel-json-validator' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.networknt/json-schema-validator/${networknt-json-schema-validator-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${json-validator-jackson-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${json-validator-jackson-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${json-validator-jackson-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.jruby.joni/joni/${joni-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.jruby.jcodings/jcodings/${jcodings-version}</bundle>
diff --git a/pom.xml b/pom.xml
index 8ee1838..91303f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,6 +207,7 @@
         <josql-bundle-version>1.5_5</josql-bundle-version>
         <jsch-bundle-version>0.1.55_1</jsch-bundle-version>
         <json-flattener-version>0.9.0</json-flattener-version>
+        <json-validator-jackson-version>2.12.2</json-validator-jackson-version>
         <jt400-bundle-version>10.5_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>
         <junit-bundle-version>4.11_1</junit-bundle-version>