summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 07:28:57 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 07:28:57 +0100
commit72c2ed8e243d9d77543b180acd6166fff6609496 (patch)
tree1ca2440a31ff4a66c144178d1454fd42ccf8388f /parent
parentf37a7bb020648e4187ff4a10bc5057848e31347d (diff)
Control json-smart in parent pom.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index cfdc5fe2a91..53a3cbdc0d6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1009,6 +1009,11 @@
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbus.version}</version>
</dependency>
+ <dependency> <!-- Due to hadoop-common pulling in older version -->
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>${json-smart.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -1047,6 +1052,7 @@
<jetty-alpn.version>1.1.3.v20160715</jetty-alpn.version>
<jjwt.version>0.11.2</jjwt.version>
<jna.version>5.11.0</jna.version>
+ <json-smart.version>2.4.8</json-smart.version>
<junit.version>5.8.1</junit.version>
<maven-archiver.version>3.5.2</maven-archiver.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>