X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=38d9496565a832ebc21f831bc3b49aef08317518;hb=7839b011d82cfce4f64ff615a98b14fbf8de6271;hp=97eacec8688ac7f71959c6ba70ed9d56d2ffbe15;hpb=ed359e36789eb7647514ec085fd605958f745472;p=music.git diff --git a/pom.xml b/pom.xml index 97eacec8..38d94965 100755 --- a/pom.xml +++ b/pom.xml @@ -18,27 +18,42 @@ ============LICENSE_END============================================= ==================================================================== ---> +--> 4.0.0 org.onap.music MUSIC war - 2.4.4 + 2.5.3 This is the MUSIC REST interface, packaged as a war file. - + + + + org.onap.oparent + oparent + 0.1.1 + + + UTF-8 - 1.9 - 2.26 + 1.19 + 2.25.1 2.0.1 - 3.0.0 - 3.4.6 + 3.4.0 + 3.4.11 UTF-8 - + 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 @@ -48,12 +63,22 @@ - maven2-repository.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - default + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + Staging Repository + ${nexusproxy}/${stagingNexusPath} + MUSIC src/main/java @@ -139,72 +164,30 @@ - - io.fabric8 - docker-maven-plugin - 0.15.1 - - - - - music - docker_music - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir} - - artifact - - - - - - - - clean-images - pre-clean - - remove - - - true - music - - - - generate-images - package - - build - - - - push-images - deploy - - push - - - music - - - - - - + + + javax.servlet + servlet-api + 2.4 + provided + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + ch.qos.logback logback-core - 1.1.3 - + 1.2.3 org.slf4j @@ -212,11 +195,10 @@ - ch.qos.logback logback-classic - 1.1.3 + 1.2.3 org.slf4j @@ -224,22 +206,36 @@ - + + com.att.eelf + eelf-core + 1.0.1-oss + + + + com.datastax.cassandra cassandra-driver-core ${cassandra.version} - - org.cassandraunit - cassandra-unit - 3.3.0.1 - + + + org.apache.zookeeper zookeeper ${zookeeper.version} + + + org.slf4j + slf4j-log4j12 + + + + + com.sun.jersey jersey-client @@ -255,67 +251,85 @@ jersey-json ${jersey1.version} - - javax.servlet - servlet-api - 2.4 - provided - - - org.apache.maven - maven-model - 3.3.9 + + com.sun.jersey + jersey-servlet + ${jersey1.version} + + org.apache.commons commons-jcs-core 2.2 - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - commons-codec commons-codec 1.11 - + junit junit 4.12 test - + + org.cassandraunit + cassandra-unit + 3.3.0.2 + test + + + org.apache.curator + curator-test + 2.3.0 + + + org.apache.zookeeper + zookeeper + + + org.slf4j + slf4j-log4j12 + + + test + org.mockito mockito-all 1.9.0 + test + + + + io.netty + netty-handler + 4.0.56.Final + + + com.fasterxml.jackson.core + jackson-databind + 2.9.4 + + + org.apache.httpcomponents + httpclient + 4.5.3 - - io.swagger swagger-jersey-jaxrs - 1.5.0 + 1.5.18 - com.google.guava guava 19.0 - - - com.att.eelf - eelf-core - 1.0.0 - @@ -338,4 +352,118 @@ + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + + com.github.jnr + jnr-unixsocket + 0.13 + + + + true + 1.23 + nexus3.onap.org:10003 + + + + onap/music/music + docker_music + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir} + + artifact + + + + + + onap/music/cassandra_music + docker_cassandra + + true + + 3.0.0-${timestamp} + 3.0.0-latest + + ${project.basedir}/distribution/cassandra + + + + + + + + + + + clean-images + pre-clean + + remove + + + true + music + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + onap/music/music + + + + + + + + + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + +