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

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


The following commit(s) were added to refs/heads/main by this push:
     new af8ceddc43 NIFI-14268 Set JSON Smart version 2.5.2 in root 
configuration
af8ceddc43 is described below

commit af8ceddc432d4e9d24ef4e8ac7cc75d60223fa55
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Feb 13 22:24:52 2025 -0600

    NIFI-14268 Set JSON Smart version 2.5.2 in root configuration
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #9721.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3477757c9b..be1c6d182f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,11 @@
                 <artifactId>json-path</artifactId>
                 <version>${com.jayway.jsonpath.version}</version>
             </dependency>
+            <dependency>
+                <groupId>net.minidev</groupId>
+                <artifactId>json-smart</artifactId>
+                <version>${json.smart.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.amazonaws</groupId>
                 <artifactId>aws-java-sdk-bom</artifactId>

Reply via email to