Skip to content

Commit

Permalink
[Fix #3602] Adding jq extra functions (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Aug 16, 2024
1 parent c82ab79 commit de31c08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions kogito-serverless-workflow/kogito-jq-expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit de31c08

Please sign in to comment.