X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=music-rest%2Fpom.xml;h=d412ccef197288321088fd38b1c70d8e9e23c0a5;hb=a6056f7344c2e7adebc651ea63c4e9d2d070172b;hp=6c611e8871853afe0da15e202f8d9fdc1213e965;hpb=11ee6836d6f25a1becdea60a322a72fbffd4b8b6;p=music.git diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 6c611e88..d412ccef 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -83,7 +83,7 @@ - + org.springframework.boot spring-boot-starter @@ -134,6 +134,12 @@ com.sun.jersey jersey-client ${jersey1.version} + + + javax.ws.rs + jsr311-api + + com.sun.jersey @@ -144,6 +150,12 @@ com.sun.jersey jersey-json ${jersey1.version} + + + org.codehaus.jackson + jackson-jaxrs + + com.sun.jersey @@ -213,13 +225,19 @@ 2.1.1.RELEASE org.onap.music.MusicApplication - ../distribution/music/ + ${project.basedir}/distribution/music/ true MUSIC-SB + + + javax.ws.rs + jsr311-api + + - install + package repackage @@ -271,4 +289,97 @@ + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + true + 1.23 + nexus3.onap.org:10003 + + + + onap/music/music_sb + docker_music + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/distribution/music + + + + + onap/music/cassandra_3_11 + docker_cassandra_sec + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/distribution/cassandra + + + + + onap/music/cassandra_job + docker_cassandra_job + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/distribution/cassandra_job + + + + + + + clean-images + pre-clean + + remove + + + true + music + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + onap/music/music + + + + + + + + + default + +