aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-10 18:40:42 +0300
committerMichael Lando <ml636r@att.com>2017-10-10 18:47:53 +0300
commit71a1f3d02dea30f2a9c6de646122831ede817bda (patch)
tree70d78ed1d552c95b0ecf8336daeeccc5fcae20e2 /pom.xml
parentd6a06de75b157ab7c0fed9ff60f3cee3e8cf06b8 (diff)
remove licensing risks
Change-Id: I85c69b3ba4f034eeae72894e87d8d90b3b22a533 Issue-Id: SDC-446 Signed-off-by: Michael Lando <ml636r@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..120e927 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.53-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.13-SNAPSHOT</version>
</dependency>