NIFI-9976 Upgraded json-smart to 2.4.8

- Replaced nifi-framework-bundle managed dependency to root managed dependency

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6005.
This commit is contained in:
exceptionfactory 2022-04-28 21:35:15 -05:00 committed by Pierre Villard
parent 2d5e24c0a2
commit fc2f539c7d
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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>