From 80133d27f21e27c8da4b3e8d635fb2c05f2f7721 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 8 Aug 2019 08:27:44 -0400 Subject: [PATCH] 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 --- ONAP-REST/pom.xml | 1 - POLICY-SDK-APP/pom.xml | 1 - pom.xml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.16.6