From: Bruno Sakoto Date: Thu, 8 Aug 2019 12:27:44 +0000 (-0400) Subject: Review maven dependency for snakeyaml X-Git-Tag: 1.5.2~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=80133d27f21e27c8da4b3e8d635fb2c05f2f7721 Review maven dependency for snakeyaml Remove explicit version for snakeyaml maven dependency and inherit it from integration parent artifact. Upgrade snakeyaml to latest 1.24 version. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto Change-Id: I93978f963dc37260e0fc4d153c92c7da8db0005d --- diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index d045b4a2e..6b888f77c 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -39,7 +39,6 @@ org.yaml snakeyaml - 1.16 com.h2database diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 50d8bb088..94a7eb153 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -270,7 +270,6 @@ org.yaml snakeyaml - 1.16 org.apache.tomcat diff --git a/pom.xml b/pom.xml index bd294ee97..00fac2e52 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent integration - 3.0.0 + 3.0.1-SNAPSHOT org.onap.policy.engine