From 46350c084766789ea59e83f1917c57c81d653048 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 16 Oct 2018 20:22:35 -0400 Subject: Include Cassandra locking Change-Id: I085acf8336d5f27782ee12768846a5befd3ee60d Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan --- musictrigger/pom.xml | 158 +++++++++++++++++++-------------------------------- 1 file changed, 60 insertions(+), 98 deletions(-) (limited to 'musictrigger/pom.xml') diff --git a/musictrigger/pom.xml b/musictrigger/pom.xml index f1d700a9..a0a156a9 100644 --- a/musictrigger/pom.xml +++ b/musictrigger/pom.xml @@ -1,100 +1,62 @@ - 4.0.0 - org.onap.music - musictrigger - jar - 0.1.0 - - org.onap.oparent - oparent - 1.2.0 - - - - UTF-8 - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/music/${project.version} - - ${maven.build.timestamp} - yyyy.MM.dd.HH.mm - - ${project.version}-${timestamp} - ${project.version}-latest - - - src - - - maven-compiler-plugin - 3.6.1 - - 1.8 - 1.8 - - - - maven-assembly-plugin - - - - fully.qualified.MainClass - - - - jar-with-dependencies - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + MusicTrigger + MusicTrigger + jar + 0.1 + + src + + + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + + + - - - com.owlike - genson - 0.99 - - - com.sun.jersey - jersey-client - 1.17 - - - com.datastax.cassandra - cassandra-driver-core - 3.0.0 - - - org.cassandraunit - cassandra-unit - 3.3.0.1 - - - commons-codec - commons-codec - 1.11 - - - - - ecomp-releases - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - + + + com.owlike + genson + 0.99 + + + com.sun.jersey + jersey-client + 1.17 + + + com.datastax.cassandra + cassandra-driver-core + 3.0.0 + + + org.cassandraunit + cassandra-unit + 3.3.0.1 + + + commons-codec + commons-codec + 1.11 + + + \ No newline at end of file -- cgit 1.2.3-korg