aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-03-18 21:42:34 -0400
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-03-18 21:42:34 -0400
commit5538377ed71c1e3519a2fe7b7ee50185f4764675 (patch)
tree7654292044718788dca7660228f06d36292b9ca5 /pom.xml
parent67da04ebd086a4e79c9f9acf4d1084729306b2d6 (diff)
CLM Fixes
Added Jackson to the Dependency List. Change-Id: I7f8d15e4626e5e5b73ecb9118c25c63268b73dfb Issue-ID: MUSIC-49, MUSIC-47 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
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 4bb5e215..1dfc5d3d 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>