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 2022/01/14 05:33:45 UTC

[camel-karaf] branch main updated: CAMEL-17469:updated jakson version for azure bundle

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 704fa5a  CAMEL-17469:updated jakson version for azure bundle
704fa5a is described below

commit 704fa5a186caaa831f230dd014d66a3afe29efd5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 14 06:32:48 2022 +0100

    CAMEL-17469:updated jakson version for azure bundle
---
 platforms/karaf/features/src/main/resources/features.xml | 6 +++---
 pom.xml                                                  | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 38f5482..527ca5b 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1282,9 +1282,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/${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: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: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 9ae255a..c61d12e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,6 @@
         <jsch-bundle-version>0.1.55_1</jsch-bundle-version>
         <json-flattener-version>0.9.0</json-flattener-version>
         <json-smart-version>2.4.7</json-smart-version>
-        <json-validator-jackson-version>2.12.3</json-validator-jackson-version>
         <jt400-bundle-version>10.7_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>
         <junit-bundle-version>4.11_1</junit-bundle-version>