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/08/08 12:58:36 UTC

[camel-karaf] branch camel-karaf-3.18.x updated: CAMEL-18365: camel-jsonpath - Upgrade to 2.7

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

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


The following commit(s) were added to refs/heads/camel-karaf-3.18.x by this push:
     new 0920f9b8 CAMEL-18365: camel-jsonpath - Upgrade to 2.7
0920f9b8 is described below

commit 0920f9b8d887d8bae45c91b76df63079ed52d580
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 8 14:56:08 2022 +0200

    CAMEL-18365: camel-jsonpath - Upgrade to 2.7
---
 platforms/karaf/features/src/main/resources/features.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index c961e3fa..3af92fc3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1294,8 +1294,7 @@
   </feature>
   <feature name='camel-jsonpath' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <!-- json-path 2.5 and 2.6 does not work with OSGi -->
-    <bundle>mvn:com.jayway.jsonpath/json-path/2.4.0</bundle>
+    <bundle>mvn:com.jayway.jsonpath/json-path/${json-path-version}</bundle>
     <bundle dependency='true'>mvn:net.minidev/json-smart/${json-smart-version}</bundle>
     <bundle dependency='true'>mvn:net.minidev/accessors-smart/${json-smart-version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm.bundle.version}</bundle>