aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:48:17 +0200
committerGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:48:17 +0200
commitf524d3ccf7e3ede73c740830a7ffb0c7820fcc47 (patch)
tree1c17799d7ac72a5b852734909d5b16dcdbe25ec7
parent31caf1121622833779906b1eae9f795f94882d45 (diff)
Upgrade SnakeYAML version for sdc-tosca
Change-Id: I3a40e3f2cfb10848d9eb11eea51b310d5c43fdeb Issue-ID: SDC-234 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 25ca262..d0dfa36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.3.3</version>
+ <version>1.3.2</version>
<packaging>jar</packaging>
<properties>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.20</version>
+ <version>1.14</version>
<scope>compile</scope>
</dependency>
@@ -112,7 +112,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
</dependency>