commit | 4a6db2ebeb5c87cbe6cb71bdacd9c86b5181bdcb | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Fri Feb 26 15:29:10 2021 +0000 |
committer | Christophe Closset <christophe.closset@intl.att.com> | Fri Feb 26 19:57:31 2021 +0000 |
tree | d03d5fd8c803e6c0363414955f6e12c4d0041add | |
parent | f72d59b269c721a13e51f572a10324ce0add186f [diff] [blame] |
Remove transitive snakeyaml dependency Change-Id: Ice0c07efb9771409d6dc52e24014ad43941a125e Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3492
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 9cd8f1c..83dfa8e 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
@@ -42,8 +42,19 @@ </exclusions> </dependency> <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>${snakeyaml.version}</version> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> + <exclusions> + <exclusion> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId>