diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-01-07 15:31:55 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-01-07 15:31:59 -0800 |
commit | 7020515569bfa9defcbd20d0e1a9d8ac4693bf9a (patch) | |
tree | 5d3e54ad54db432860ffbbc089adc532c81cc6e7 /appc-config/appc-config-params/installer | |
parent | 218cb0ceddea15164b553a4b0befe90355a786c5 (diff) |
Update snakeyaml bundle install version
Change-Id: I0707293a3102827f7f935767c50cedcbd08509e0
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1304
Diffstat (limited to 'appc-config/appc-config-params/installer')
-rw-r--r-- | appc-config/appc-config-params/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <artifactItem> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>${snakeyaml.version}</version> + <version>1.15</version> <type>jar</type> <outputDirectory>${project.build.directory}/assembly/system/org/yaml/snakeyaml/${snakeyaml.version}</outputDirectory> </artifactItem> |