From 92566aed18ea21c367e879c9f514b6dd66d1ce23 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 20 Aug 2018 10:30:28 -0700 Subject: [PATCH 1/1] 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 --- appc-config/appc-config-params/installer/pom.xml | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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} + + + + + + -- 2.16.6