From 6596f27f8c913f316dfe9525ca34437b24e1c4e6 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Wed, 7 Aug 2019 10:09:22 -0400 Subject: [PATCH] Review maven dependency for snakeyaml Remove explicit version for snakeyaml maven dependency and inherit it from integration parent artifact. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto Change-Id: Iae360f073f9962014fbb64dbe150e75edc49d039 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f23e855..f7023f39 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.0.0 + 3.0.1-SNAPSHOT @@ -97,7 +97,6 @@ org.yaml snakeyaml - 1.24 org.projectlombok -- 2.16.6