This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new 3a3f37f9d28 CAMEL-19276 - camel-jq: Include jackson-jq extras module 3a3f37f9d28 is described below commit 3a3f37f9d288328cd2e85f842d27c79219dfb71f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 18 17:45:42 2023 +0200 CAMEL-19276 - camel-jq: Include jackson-jq extras module Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-jq/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-jq/pom.xml b/components/camel-jq/pom.xml index 8ba3a767037..99d7e455f03 100644 --- a/components/camel-jq/pom.xml +++ b/components/camel-jq/pom.xml @@ -51,6 +51,11 @@ <artifactId>jackson-jq</artifactId> <version>${jackson-jq-version}</version> </dependency> + <dependency> + <groupId>net.thisptr</groupId> + <artifactId>jackson-jq-extra</artifactId> + <version>${jackson-jq-version}</version> + </dependency> <!-- test dependencies --> <dependency>