From 4a6db2ebeb5c87cbe6cb71bdacd9c86b5181bdcb Mon Sep 17 00:00:00 2001 From: vasraz Date: Fri, 26 Feb 2021 15:29:10 +0000 Subject: Remove transitive snakeyaml dependency Change-Id: Ice0c07efb9771409d6dc52e24014ad43941a125e Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3492 --- .../onap-configuration-management-core/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/onap-common-configuration-management') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 9cd8f1c097..83dfa8e59c 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -41,9 +41,20 @@ + + org.yaml + snakeyaml + ${snakeyaml.version} + com.fasterxml.jackson.dataformat jackson-dataformat-yaml + + + org.yaml + snakeyaml + + org.apache.commons -- cgit 1.2.3-korg