From: Thomas Nelson Jr (arthurdent3) tn1381@att.com Date: Mon, 19 Mar 2018 01:42:34 +0000 (-0400) Subject: CLM Fixes X-Git-Tag: v2.5.3~9^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F36387%2F1;p=music.git 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 --- diff --git a/pom.xml b/pom.xml index 4bb5e215..1dfc5d3d 100755 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,12 @@ test - + + + com.fasterxml.jackson.core + jackson-databind + 2.9.4 + org.apache.httpcomponents httpclient diff --git a/src/test/java/org/onap/music/unittests/TestRestMusicData.java b/src/test/java/org/onap/music/unittests/TestRestMusicData.java index c5dc69f6..5d51c4de 100644 --- a/src/test/java/org/onap/music/unittests/TestRestMusicData.java +++ b/src/test/java/org/onap/music/unittests/TestRestMusicData.java @@ -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();