From 7e5a7d1d8cd74e42c8549e02724ec2df589e4117 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 20 Dec 2019 09:56:29 +0100 Subject: updated jackson-databind and changed json schema validator library Issue-ID: DCAEGEN2-1825 Signed-off-by: Pawel Change-Id: Ia4c9c6286adcf84631a58f9d5bfef124fed1cee6 --- pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f36068fe..5dfcaf48 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.5.2-SNAPSHOT + 1.5.3-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -281,7 +281,7 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.2.2.RELEASE pom import @@ -295,14 +295,15 @@ 1.1.1 - com.github.fge + com.networknt json-schema-validator - 2.2.6 - - - com.github.fge - json-schema-core - 1.2.5 + 1.0.29 + + + com.fasterxml.jackson.core + jackson-databind + + com.google.code.gson -- cgit 1.2.3-korg