From 80133d27f21e27c8da4b3e8d635fb2c05f2f7721 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 8 Aug 2019 08:27:44 -0400 Subject: 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') 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 -- cgit 1.2.3-korg