diff --git a/openmetadata-service/pom.xml b/openmetadata-service/pom.xml
index 752233602a2..64c6aefcc52 100644
--- a/openmetadata-service/pom.xml
+++ b/openmetadata-service/pom.xml
@@ -28,6 +28,7 @@
3.6.0
3.3.1
2.1.1
+ 2.5.2
@@ -86,6 +87,11 @@
+
+ net.minidev
+ json-smart
+ ${json-smart.version}
+
org.open-metadata
common
diff --git a/pom.xml b/pom.xml
index 54d29a39019..bf42de3ff8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,6 +587,12 @@
com.jayway.jsonpath
json-path
${jsonpath.version}
+
+
+ net.minidev
+ json-smart
+
+
com.github.java-json-tools
@@ -597,6 +603,12 @@
com.microsoft.azure
msal4j
1.17.2
+
+
+ net.minidev
+ json-smart
+
+
com.azure