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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2f476e88f52 CAMEL-19276 - camel-jq: Include jackson-jq extras module
2f476e88f52 is described below

commit 2f476e88f52c665f212345c5c1b8e28caf912899
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 960cc54c816..50102521b53 100644
--- a/components/camel-jq/pom.xml
+++ b/components/camel-jq/pom.xml
@@ -50,6 +50,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>

Reply via email to