From: Patrick Brady Date: Mon, 20 Aug 2018 17:30:28 +0000 (-0700) Subject: Correct missing bundle X-Git-Tag: 1.4.0~72 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=92566aed18ea21c367e879c9f514b6dd66d1ce23;p=appc.git Correct missing bundle The appc-config-params feature requries a bundle which is not already added to the installation zip automatically. Change-Id: I2e256b0e28024e4b59ff002b2297447c5e3f9d12 Signed-off-by: Patrick Brady Issue-ID: APPC-1158 --- diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml index c58ce66f5..6ed458aaa 100644 --- a/appc-config/appc-config-params/installer/pom.xml +++ b/appc-config/appc-config-params/installer/pom.xml @@ -150,6 +150,41 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + + copy + + prepare-package + + false + ${project.build.directory}/assembly/system + false + true + true + true + false + false + org.opendaylight + provided + + + org.yaml + snakeyaml + ${snakeyaml.version} + jar + ${project.build.directory}/assembly/system/org/yaml/snakeyaml/${snakeyaml.version} + + + + + +