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 93d0f67 CAMEL-16675: camel-jsonpath - Add back to karaf feature 93d0f67 is described below commit 93d0f672328253ddb75f684488d838794352c3aa Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 1 07:01:21 2021 +0200 CAMEL-16675: camel-jsonpath - Add back to karaf feature --- platforms/karaf/features/src/main/resources/features.xml | 16 ++++++++++++++++ pom.xml | 1 + 2 files changed, 17 insertions(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 3f416a1..110b1ee 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1228,6 +1228,22 @@ <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jsonb_1.0_spec/${geronimo-jsonb-spec-version}</bundle> <bundle>mvn:org.apache.camel/camel-jsonb/${project.version}</bundle> </feature> + <feature name='camel-jsonpath' version='${project.version}' start-level='50'> + <feature version='${project.version}'>camel-core</feature> + <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> + <bundle dependency='true'>mvn:org.ow2.asm/asm-analysis/${asm.bundle.version}</bundle> + <bundle dependency='true'>mvn:org.ow2.asm/asm-commons/${asm.bundle.version}</bundle> + <bundle dependency='true'>mvn:org.ow2.asm/asm-tree/${asm.bundle.version}</bundle> + <bundle dependency='true'>mvn:org.ow2.asm/asm-util/${asm.bundle.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.module/jackson-module-jaxb-annotations/${jackson2-version}</bundle> + <bundle>mvn:org.apache.camel/camel-jsonpath/${project.version}</bundle> + </feature> <feature name='camel-jt400' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> <feature>transaction</feature> diff --git a/pom.xml b/pom.xml index 21c61c5..c2942e0 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,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-smart-version>2.4.7</json-smart-version> <json-validator-jackson-version>2.12.3</json-validator-jackson-version> <jt400-bundle-version>10.6_1</jt400-bundle-version> <juel-bundle-version>2.1.3_1</juel-bundle-version>