Change-Id: I54a94e30da52ad9a01df13d16bbf790fb1245464
Issue-ID: MUSIC-149
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.music</groupId>
<artifactId>dev-MUSIC-cassandra</artifactId>
- <packaging>war</packaging>
+ <packaging>jar</packaging>
<version>3.2.0-SNAPSHOT</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
@Ignore
public class TestMusicCoreIntegration {
- static TestingServer zkServer;
static PreparedQueryObject testObject;
static String lockId = null;
static String lockName = "ks1.tb1.pk1";
} catch (Exception e) {
e.printStackTrace();
}
- System.out.println("####Port:" + zkServer.getPort());
}
@AfterClass
MusicCore.eventualPut(testObject);
MusicCore.deleteLock(lockName);
MusicCore.mDstoreHandle.close();
- zkServer.stop();
-
}
@Test