From d8930c7ea6f302f4364512867583510cea47b52a Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 8 Aug 2019 10:40:11 -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: Id44753332f39409205d2a64f6bc5563a5869bf91 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 32361f02..ac66a2ec 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent integration - 3.0.0 + 3.0.1-SNAPSHOT -- cgit 1.2.3-korg