From: adheli.tavares Date: Fri, 19 Jul 2024 11:09:37 +0000 (+0100) Subject: Uplift json schema validator library X-Git-Tag: 5.0.1~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e322a4724bab02178b78594787e78612ae7a8d41;p=policy%2Fparent.git Uplift json schema validator library Issue-ID: POLICY-5084 Change-Id: I670f30e173b209fa1cdb7d70303d4c2a90629a9f Signed-off-by: adheli.tavares --- diff --git a/integration/pom.xml b/integration/pom.xml index ece8a225..fb0ae488 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -66,6 +66,9 @@ 4.0.5 3.1.5 11.0.20 + 2.9.0 + 0.12.4 + 1.5.0 5.10.2 3.6.1 1.9.23 @@ -73,7 +76,6 @@ 1.5.6 3.3.1 3.1.0 - 1.1.1 1.11.10 5.5.0 5.15.0 @@ -338,19 +340,19 @@ 20240303 - com.worldturner.medeia - medeia-validator-gson - ${version.medeia.validator} + com.networknt + json-schema-validator + ${version.json-schema-validator} - com.worldturner.medeia - medeia-validator-core - ${version.medeia.validator} + net.jimblackler.jsonschemafriend + core + ${version.json-schema-friend} com.jayway.jsonpath json-path - 2.9.0 + ${version.json-path}