Review maven dependency for snakeyaml 95/93095/1
authorBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 8 Aug 2019 14:40:11 +0000 (10:40 -0400)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 8 Aug 2019 14:44:54 +0000 (10:44 -0400)
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: Id44753332f39409205d2a64f6bc5563a5869bf91

common-parameters/pom.xml
pom.xml

index 47ab050..c5ccc9f 100644 (file)
@@ -57,7 +57,6 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.21</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 32361f0..ac66a2e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath />
     </parent>