summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:49:10 +0200
committerGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:49:10 +0200
commit05d9b88fd55c81ffce49f8e764a05af195cc24f7 (patch)
tree96a59d652fc06e9fb89fb991757264a3ea6ad3cb
parente6a2f2bdf080bf99c407e2668b49d6eeff316a10 (diff)
Upgrade SnakeYAML version for sdc-tosca
Change-Id: I5af178f9cdcad6a733d73bf9bf5fbddfc46647bb Issue-ID: SDC-234 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index db385b7..680917a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>sdc-jtosca</name>
<properties>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.20</version>
+ <version>1.14</version>
<scope>compile</scope>
</dependency>