From 17a2b9be8fd1acfff7ace4a586f15522378e229c Mon Sep 17 00:00:00 2001 From: Matteo Saloni Date: Wed, 12 Feb 2025 15:21:06 +0100 Subject: [PATCH] fix: workaround for building with broken upstream --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0dd86170..13f720a2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ modules/runtime-model-serve modules/openmetadata-integration modules/files - modules/credentials-provider-db - modules/credentials-provider-minio + modules/credentials-provider-db + modules/credentials-provider-minio frontend application @@ -92,4 +92,16 @@ + + + + + + net.minidev + json-smart + 2.5.2 + + + \ No newline at end of file