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 fc2f539c7d NIFI-9976 Upgraded json-smart to 2.4.8
fc2f539c7d is described below
commit fc2f539c7dfc2b288efb0ab08f8b770d55ed180a
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Apr 28 21:35:15 2022 -0500
NIFI-9976 Upgraded json-smart to 2.4.8
- Replaced nifi-framework-bundle managed dependency to root managed
dependency
Signed-off-by: Pierre Villard <[email protected]>
This closes #6005.
---
nifi-nar-bundles/nifi-framework-bundle/pom.xml | 5 -----
pom.xml | 6 ++++++
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 910b5cb398..72f94211d9 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -321,11 +321,6 @@
<artifactId>oauth2-oidc-sdk</artifactId>
<version>9.10.2</version>
</dependency>
- <dependency>
- <groupId>net.minidev</groupId>
- <artifactId>json-smart</artifactId>
- <version>2.4.7</version>
- </dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>lang-tag</artifactId>
diff --git a/pom.xml b/pom.xml
index 29bf1f561e..1c551fe443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
<jackson.bom.version>2.13.2.20220328</jackson.bom.version>
<jaxb.runtime.version>2.3.5</jaxb.runtime.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
+ <json.smart.version>2.4.8</json.smart.version>
<nifi.groovy.version>3.0.8</nifi.groovy.version>
<surefire.version>3.0.0-M5</surefire.version>
<!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs
that depend on it, other NARs that need
@@ -514,6 +515,11 @@
<artifactId>aspectjweaver</artifactId>
<version>${aspectj.version}</version>
</dependency>
+ <dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>${json.smart.version}</version>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>