commit | 3ffa74f86cb45f6a7125e07735f65f05d1dc4d30 | [log] [tgz] |
---|---|---|
author | Patrick Brady <pb071s@att.com> | Mon May 14 14:01:46 2018 -0700 |
committer | Patrick Brady <pb071s@att.com> | Mon May 14 21:06:00 2018 +0000 |
tree | 7a6063106be0afd8dc8ab7feab58cd6b9bb97764 | |
parent | 226725a03a77f69880fdc589f088fce71acd5882 [diff] [blame] |
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>