mirror of https://github.com/apache/nifi.git
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:
parent
2d5e24c0a2
commit
fc2f539c7d
|
@ -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>
|
||||
|
|
6
pom.xml
6
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>
|
||||
|
|
Loading…
Reference in New Issue