From 78be59da35c8c4dc15335cb92fad5811ad6c9b97 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 8 Aug 2019 11:08:31 -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: Ice5c76ee720638154a7ed086f26e6a0ac2fa7a73 --- .../plugins-event-protocol/plugins-event-protocol-yaml/pom.xml | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml index 8df369dd9..d563fb438 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml @@ -37,7 +37,6 @@ org.yaml snakeyaml - 1.21 diff --git a/pom.xml b/pom.xml index 895675784..9901a7b86 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.0.0 + 3.0.1-SNAPSHOT -- cgit 1.2.3-korg