From: Tschaen, Brendan Date: Tue, 6 Nov 2018 17:17:37 +0000 (-0500) Subject: Jar only version for now X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4d003e03d87d282389efc524fd26f7c63b7ad0d6;p=music.git Jar only version for now Change-Id: I54a94e30da52ad9a01df13d16bbf790fb1245464 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan --- diff --git a/pom.xml b/pom.xml index 55fee8b9..01fcf984 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.music dev-MUSIC-cassandra - war + jar 3.2.0-SNAPSHOT This is the MUSIC REST interface, packaged as a war file. diff --git a/src/test/java/org/onap/music/unittests/TestMusicCoreIntegration.java b/src/test/java/org/onap/music/unittests/TestMusicCoreIntegration.java index 59417f2b..9b4fc229 100644 --- a/src/test/java/org/onap/music/unittests/TestMusicCoreIntegration.java +++ b/src/test/java/org/onap/music/unittests/TestMusicCoreIntegration.java @@ -46,7 +46,6 @@ import com.datastax.driver.core.Row; @Ignore public class TestMusicCoreIntegration { - static TestingServer zkServer; static PreparedQueryObject testObject; static String lockId = null; static String lockName = "ks1.tb1.pk1"; @@ -59,7 +58,6 @@ public class TestMusicCoreIntegration { } catch (Exception e) { e.printStackTrace(); } - System.out.println("####Port:" + zkServer.getPort()); } @AfterClass @@ -70,8 +68,6 @@ public class TestMusicCoreIntegration { MusicCore.eventualPut(testObject); MusicCore.deleteLock(lockName); MusicCore.mDstoreHandle.close(); - zkServer.stop(); - } @Test