aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-03-19 02:18:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-19 02:18:27 +0000
commitc3831578e0d0abb97a4725d3e01e0211dbb53e87 (patch)
treeba8394b7604d24ac6b346e5c571486b0d3673cff /pom.xml
parentc3b32d4f9e681115e061b5d3a907363a346b1f40 (diff)
parent5538377ed71c1e3519a2fe7b7ee50185f4764675 (diff)
Merge "CLM Fixes"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 61891aac..630c80a5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,12 @@
<scope>test</scope>
</dependency>
<!-- /Testing -->
-
+
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.9.4</version>
+ </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>