CLM Fixes 87/36387/1
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Mon, 19 Mar 2018 01:42:34 +0000 (21:42 -0400)
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Mon, 19 Mar 2018 01:42:34 +0000 (21:42 -0400)
    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>
pom.xml
src/test/java/org/onap/music/unittests/TestRestMusicData.java

diff --git a/pom.xml b/pom.xml
index 4bb5e21..1dfc5d3 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <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>
index c5dc69f..5d51c4d 100644 (file)
@@ -90,7 +90,7 @@ public class TestRestMusicData {
     public static void init() throws Exception {
         try {
             MusicCore.mDstoreHandle = CassandraCQL.connectToEmbeddedCassandra();
-            zkServer = new TestingServer(2181, new File("    mp/zk"));
+            zkServer = new TestingServer(2181, new File("/tmp/zk"));
             MusicCore.mLockHandle = new MusicLockingService();
         } catch (Exception e) {
             e.printStackTrace();