diff options
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> |