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

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


The following commit(s) were added to refs/heads/camel-karaf-3.14.x by this 
push:
     new 0f5ce2d2 camel-jsonpath now works with osgi
0f5ce2d2 is described below

commit 0f5ce2d264cd23f19257beb91f750fb8531c58d7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 20 11:18:41 2023 +0200

    camel-jsonpath now works with osgi
---
 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 5195e0e3..f6739c6b 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1342,8 +1342,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>

Reply via email to