Review maven dependency for snakeyaml 03/92903/2
authorBruno Sakoto <bruno.sakoto@bell.ca>
Wed, 7 Aug 2019 14:23:10 +0000 (10:23 -0400)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 8 Aug 2019 15:28:41 +0000 (15:28 +0000)
Remove explicit version for snakeyaml maven dependency and inherit it
from integration parent artifact.

Upgrade snakeyaml to latest 1.24 version.

Issue-ID: POLICY-1603
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Id575085f220807a574758dd11fd6fef44fd2ffc8

models-interactions/model-yaml/pom.xml
pom.xml

index ea972df..890e8f7 100644 (file)
@@ -45,7 +45,6 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.17</version>
     </dependency>
     <dependency>
       <groupId>org.jgrapht</groupId>
diff --git a/pom.xml b/pom.xml
index 752a0c9..a4c41aa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.18</version>
         </dependency>
 
         <dependency>