Update snakeyaml bundle install version 24/75424/1
authorPatrick Brady <patrick.brady@att.com>
Mon, 7 Jan 2019 23:31:55 +0000 (15:31 -0800)
committerPatrick Brady <patrick.brady@att.com>
Mon, 7 Jan 2019 23:31:59 +0000 (15:31 -0800)
Change-Id: I0707293a3102827f7f935767c50cedcbd08509e0
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1304

appc-config/appc-config-params/features/onap-appc-config-params/pom.xml
appc-config/appc-config-params/installer/pom.xml

index 0d525a5..3b40f68 100644 (file)
@@ -67,7 +67,7 @@ limitations under the License.
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>${snakeyaml.version}</version>
+            <version>1.15</version>
         </dependency>
         <dependency>
             <groupId>org.onap.appc</groupId>
index 0a01a3d..aaf6d67 100644 (file)
                                 <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>