From: Bruno Sakoto Date: Mon, 5 Aug 2019 20:31:51 +0000 (-0400) Subject: Add maven dependency for snakeyaml v1.24 X-Git-Tag: 3.0.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3a3086180abb951a2e0a919d4a38895b53ff332e;p=policy%2Fparent.git Add maven dependency for snakeyaml v1.24 Make snakeyaml dependency version consistent thru all projects by providing it from integration parent artifact. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto Change-Id: If09372f8242dbf7975fc152484cdce124854c48f --- diff --git a/integration/pom.xml b/integration/pom.xml index b04656f9..098b4b05 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -196,6 +196,13 @@ 1.3.8 + + + org.yaml + snakeyaml + 1.24 + +