Fix class not found error

Class not found error related to snakeyaml
dependency.

Change-Id: I9d5a2c6b86c355050ecea0d4010113aec0cf285b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-893
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 ea6b2b6..0e817c3 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 @@
 		
 		<!-- <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle> -->
 		<bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle>
-		
+		<bundle>mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle>
 		<bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
 	</feature>
 </features>