From efff2b72360e33b92b8ae32f76b0c8e6082b7842 Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3)" Date: Sun, 25 Feb 2018 02:44:51 -0500 Subject: Sonar and CLM fixes Added missing files and Remove zookeeper Server issues Unit Test. Issue-ID: MUSIC-40 Change-Id: I52507fdd83327c7e6805c93e475a0d58ae9d6ee0 Signed-off-by: Thomas Nelson Jr (arthurdent3) --- pom.xml | 275 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 135 insertions(+), 140 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 683c56a4..823e5707 100755 --- a/pom.xml +++ b/pom.xml @@ -25,59 +25,59 @@ org.onap.music MUSIC war - 2.4.11 - + 2.4.12 + This is the MUSIC REST interface, packaged as a war file. - - org.onap.oparent - oparent - 0.1.1 - - + + org.onap.oparent + oparent + 0.1.1 + + - - UTF-8 - 1.17 - 2.26 - 2.0.1 - 3.0.0 - 3.4.6 + + UTF-8 + 1.17 + 2.26 + 2.0.1 + 3.0.0 + 3.4.6 - UTF-8 - UTF-8 + 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 - - ${project.version}-${timestamp} - ${project.version}-latest - + 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 + - - - ecomp-releases - ECOMP Release Repository - ${onap.nexus.url}/${releaseNexusPath} - - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - ecomp-staging - Staging Repository - ${nexusproxy}/${stagingNexusPath} - - + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + Staging Repository + ${nexusproxy}/${stagingNexusPath} + + MUSIC @@ -209,10 +209,10 @@ zookeeper ${zookeeper.version} - - org.slf4j - slf4j-log4j12 - + + org.slf4j + slf4j-log4j12 + @@ -246,7 +246,6 @@ commons-jcs-core 2.2 - javax.servlet javax.servlet-api @@ -258,8 +257,6 @@ commons-codec 1.11 - - junit junit @@ -272,8 +269,6 @@ mockito-all 1.9.0 - - io.swagger swagger-jersey-jaxrs @@ -289,7 +284,7 @@ com.att.eelf eelf-core - 1.0.0 + 1.0.1-oss @@ -313,88 +308,88 @@ - - - docker - - - - io.fabric8 - docker-maven-plugin - 0.19.1 - - true - 1.23 - nexus3.onap.org:10003 - - - - 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 - - - - - - - - - - - ecomp-releases - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + true + 1.23 + nexus3.onap.org:10003 + + + + 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 + + + + + + + + + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -- cgit 1.2.3-korg