From 551b3f6634f8a73ede9effe4402b7c500971baba Mon Sep 17 00:00:00 2001 From: Alok Joshi <AJoshi19@slb.com> Date: Tue, 1 Feb 2022 11:42:51 -0600 Subject: [PATCH] explicit json-smart dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index f5975fac0..9d8351d8c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ <woodstox-core.version>6.2.3</woodstox-core.version> <log4j2.version>2.17.0</log4j2.version> <spring-boot.version>2.1.18.RELEASE</spring-boot.version> + <json-smart.version>2.4.7</json-smart.version> <!-- <maven.war.plugin>2.6</maven.war.plugin>--> <!-- <appengine.maven.plugin>1.0.0</appengine.maven.plugin>--> <!-- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>--> @@ -128,6 +129,11 @@ <artifactId>woodstox-core</artifactId> <version>${woodstox-core.version}</version> </dependency> + <dependency> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + <version>${json-smart.version}</version> + </dependency> </dependencies> </dependencyManagement> -- GitLab