From 7020515569bfa9defcbd20d0e1a9d8ac4693bf9a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 7 Jan 2019 15:31:55 -0800 Subject: [PATCH] Update snakeyaml bundle install version Change-Id: I0707293a3102827f7f935767c50cedcbd08509e0 Signed-off-by: Patrick Brady Issue-ID: APPC-1304 --- appc-config/appc-config-params/features/onap-appc-config-params/pom.xml | 2 +- appc-config/appc-config-params/installer/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml index 0d525a525..3b40f6868 100644 --- a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml @@ -67,7 +67,7 @@ limitations under the License. org.yaml snakeyaml - ${snakeyaml.version} + 1.15 org.onap.appc diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml index 0a01a3d6e..aaf6d6749 100644 --- a/appc-config/appc-config-params/installer/pom.xml +++ b/appc-config/appc-config-params/installer/pom.xml @@ -177,7 +177,7 @@ org.yaml snakeyaml - ${snakeyaml.version} + 1.15 jar ${project.build.directory}/assembly/system/org/yaml/snakeyaml/${snakeyaml.version} -- 2.16.6