From 3ffa74f86cb45f6a7125e07735f65f05d1dc4d30 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 14 May 2018 14:01:46 -0700 Subject: Fix class not found error Class not found error related to snakeyaml dependency. Change-Id: I9d5a2c6b86c355050ecea0d4010113aec0cf285b Signed-off-by: Patrick Brady Issue-ID: APPC-893 --- appc-config/appc-config-params/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-config/appc-config-params/features/src') diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml index ea6b2b67b..0e817c3b4 100644 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ b/appc-config/appc-config-params/features/src/main/resources/features.xml @@ -40,7 +40,7 @@ wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version} - + mvn:org.yaml/snakeyaml/${snakeyaml.version} mvn:org.onap.appc/appc-config-params-provider/${project.version} -- cgit 1.2.3-korg