diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-14 14:01:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-14 21:06:00 +0000 |
commit | 3ffa74f86cb45f6a7125e07735f65f05d1dc4d30 (patch) | |
tree | 7a6063106be0afd8dc8ab7feab58cd6b9bb97764 /appc-config/appc-config-params/features/src | |
parent | 226725a03a77f69880fdc589f088fce71acd5882 (diff) |
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
Diffstat (limited to 'appc-config/appc-config-params/features/src')
-rw-r--r-- | appc-config/appc-config-params/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <!-- <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> |