summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPavel Aharoni <pa0916@att.com>2017-09-26 19:54:41 +0300
committerPavel Aharoni <pa0916@att.com>2017-09-26 19:54:41 +0300
commit1a7bee7cfccb7cb1c49e67410498da7e5e247a88 (patch)
tree12fc69d7a21ce343180756df345f6dfd82a7179a /pom.xml
parentd6a06de75b157ab7c0fed9ff60f3cee3e8cf06b8 (diff)
[SDC-380] jtosca errors cutomization
Change-Id: I18140d3f2703ff662ae4aa8c965e8137d1ad79c4 Signed-off-by: Pavel Aharoni <pa0916@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98469f6..053843d 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.1.51-SNAPSHOT</version>
+ <version>1.1.52-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -92,12 +92,18 @@
<version>21.0</version>
<scope>compile</scope>
</dependency>
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.0.2</version>
+ </dependency>
<!-- jtosca Tosca Parser -->
<dependency>
<groupId>org.openecomp.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.1.10-SNAPSHOT</version>
+ <version>1.1.11-SNAPSHOT</version>
</dependency>