From eb1dfca8bc9dab725d3e522ffc16cd775aa6f853 Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Mon, 17 Feb 2025 07:35:05 -0800 Subject: [PATCH] Fix json smart version (#19826) --- openmetadata-service/pom.xml | 6 ++++++ pom.xml | 12 ++++++++++++ 2 files changed, 18 insertions(+) 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