From 3a3086180abb951a2e0a919d4a38895b53ff332e Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 5 Aug 2019 16:31:51 -0400 Subject: [PATCH] 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 --- integration/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 + + -- 2.16.6