This is an automated email from the ASF dual-hosted git repository.
fjtiradosarti pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new de31c0859a [Fix #3602] Adding jq extra functions (#3616)
de31c0859a is described below
commit de31c0859ac3c1dd240ccb6a62676cb01d0a98a1
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Fri Aug 16 20:51:57 2024 +0200
[Fix #3602] Adding jq extra functions (#3616)
---
kogito-build/kogito-dependencies-bom/pom.xml | 5 +++++
kogito-serverless-workflow/kogito-jq-expression/pom.xml | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/kogito-build/kogito-dependencies-bom/pom.xml
b/kogito-build/kogito-dependencies-bom/pom.xml
index 2b5320fe07..1a5d8ea4ed 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -366,6 +366,11 @@
<artifactId>jackson-jq</artifactId>
<version>${version.net.thisptr.jackson-jq}</version>
</dependency>
+ <dependency>
+ <groupId>net.thisptr</groupId>
+ <artifactId>jackson-jq-extra</artifactId>
+ <version>${version.net.thisptr.jackson-jq}</version>
+ </dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
diff --git a/kogito-serverless-workflow/kogito-jq-expression/pom.xml
b/kogito-serverless-workflow/kogito-jq-expression/pom.xml
index 7bebf4dc7c..e054ecc4c2 100644
--- a/kogito-serverless-workflow/kogito-jq-expression/pom.xml
+++ b/kogito-serverless-workflow/kogito-jq-expression/pom.xml
@@ -48,6 +48,10 @@
<groupId>net.thisptr</groupId>
<artifactId>jackson-jq</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.thisptr</groupId>
+ <artifactId>jackson-jq-extra</artifactId>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]