You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/18 15:49:14 UTC

[camel] branch camel-3.20.x updated: CAMEL-19276 - camel-jq: Include jackson-jq extras module

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 0b51b5615df CAMEL-19276 - camel-jq: Include jackson-jq extras module
0b51b5615df is described below

commit 0b51b5615df22aa0b1250d10ebd21b9b9a4068cd
Author: Andrea Cosentino <an...@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 <an...@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 0a1a6e13264..7f52cf930d8 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>