X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c575a64d86b6096d3a205fe66e4a6c89c9a3ea95;hb=c0e7e3ad22f2c8ac500e24e7eb4c8520cc71d016;hp=b852eee9e7f6d6340bb403de2cadd22bd98989c2;hpb=168c54c6e774563910a3ed5a7480ea63cd3fe572;p=music.git diff --git a/pom.xml b/pom.xml index b852eee9..c575a64d 100755 --- a/pom.xml +++ b/pom.xml @@ -1,54 +1,76 @@ - - + 4.0.0 org.onap.music MUSIC - war - 2.4.12 + jar + 3.2.29-SNAPSHOT - This is the MUSIC REST interface, packaged as a war file. - + This is the MUSIC REST interface, packaged as a Springboot jar file. + org.onap.oparent oparent - 0.1.1 - - + 2.0.0 + + + + + + + org.springframework.boot + spring-boot-dependencies + 2.1.1.RELEASE + pom + import + + + + org.onap.music.MusicApplication + UTF-8 + UTF-8 UTF-8 - 1.17 - 2.26 + 1.8 + 1.19 + 2.25.1 2.0.1 - 3.0.0 - 3.4.6 + 3.6.0 UTF-8 UTF-8 https://nexus.onap.org + https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ @@ -56,31 +78,41 @@ ${maven.build.timestamp} yyyy.MM.dd.HH.mm + + false ${project.version}-${timestamp} ${project.version}-latest + 1.8 + 1.8 - ecomp-releases - ECOMP Release Repository - ${onap.nexus.url}/${releaseNexusPath} + onap-releases + ONAP - Release Repository + ${nexusproxy}/${releaseNexusPath} - ecomp-snapshots - Snapshot Repository + onap-staging + ONAP - Staging Repository + ${nexusproxy}/${stagingNexusPath} + + + onap-snapshots + ONAP - Snapshot Repository ${nexusproxy}/${snapshotNexusPath} - ecomp-staging - Staging Repository - ${nexusproxy}/${stagingNexusPath} + onap-public + ONAP public Repository + ${nexusproxy}/content/groups/public - MUSIC + + ${project.artifactId} src/main/java src/main/webapp/WEB-INF/classes src/test/java @@ -90,39 +122,56 @@ src/main/resources true + + **/*.properties + **/*.xml + **/*.ccf + + + + ${project.basedir}/src/test/resources + + + - maven-eclipse-plugin - 2.9 + org.springframework.boot + spring-boot-maven-plugin - - org.springframework.ide.eclipse.core.springnature - - - org.springframework.ide.eclipse.core.springbuilder - - true - true + org.onap.music.MusicApplication + ./distribution/music/ + true + + + + repackage + + + + - maven-war-plugin - 2.4 + org.apache.maven.plugins + maven-checkstyle-plugin - WebContent + ${maven.check.skip} + org.apache.maven.plugins maven-jar-plugin @@ -136,8 +185,8 @@ - **/*.xml - **/*.properties + **/Sample* @@ -168,12 +217,83 @@ - + + + org.springframework.boot + spring-boot-starter + + + org.springframework.data + spring-data-cassandra + + + org.springframework.boot + spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework + spring-aop + compile + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework + spring-aop + compile + + + org.aspectj + aspectjweaver + compile + + + + + org.aspectj + aspectjweaver + compile + + + + + + javax.servlet + servlet-api + 2.4 + provided + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + ch.qos.logback logback-core 1.2.3 - org.slf4j @@ -181,7 +301,6 @@ - ch.qos.logback logback-classic @@ -193,45 +312,40 @@ - - - com.datastax.cassandra - cassandra-driver-core - ${cassandra.version} - - - - org.cassandraunit - cassandra-unit - 3.3.0.2 - - org.apache.curator - curator-test - 2.3.0 + com.att.eelf + eelf-core + 1.0.1-oss - org.apache.zookeeper - zookeeper + org.powermock + powermock-api-mockito - org.slf4j - slf4j-log4j12 + org.powermock + powermock-module-junit4 - test + + - org.apache.zookeeper - zookeeper - ${zookeeper.version} - - - org.slf4j - slf4j-log4j12 - - + io.dropwizard.metrics + metrics-core + 4.1.0-rc3 + + com.datastax.cassandra + cassandra-driver-core + 3.6.0 + + + com.datastax.cassandra + cassandra-driver-core + ${cassandra.version} + + + com.sun.jersey jersey-client @@ -248,60 +362,203 @@ ${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 + + org.apache.commons + commons-lang3 + 3.8 + + junit junit 4.12 test - + + org.cassandraunit + cassandra-unit-spring + 3.5.0.1 + test + + + io.dropwizard.metrics + metrics-core + + + com.addthis.metrics + reporter-config-base + + + + + org.cassandraunit + cassandra-unit-spring + 3.5.0.1 + test + + + org.slf4j + slf4j-log4j12 + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.cassandraunit + cassandra-unit + + + io.dropwizard.metrics + metrics-core + + + + + org.cassandraunit + cassandra-unit-shaded + 3.5.0.1 + test + + + io.dropwizard.metrics + metrics-core + 3.1.0 + org.mockito - mockito-all - 1.9.0 + mockito-core + 2.23.4 + test + + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.9.8 + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + com.fasterxml.jackson.core + jackson-core + 2.9.8 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.8 + + + org.apache.httpcomponents + httpclient + + io.swagger swagger-jersey-jaxrs - 1.5.8 + 1.5.21 - com.google.guava guava - 19.0 + + de.svenkubiak + jBCrypt + 0.4.1 + + + + io.netty + netty-handler + 4.1.33.Final + + + io.netty + netty-buffer + 4.1.33.Final + + + io.netty + netty-codec + 4.1.33.Final + + + io.netty + netty-common + 4.1.33.Final + + + io.netty + netty-resolver + 4.1.33.Final + + + io.netty + netty-transport + 4.1.33.Final + + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + + + log4j + log4j + + + + + org.onap.aaf.authz + aaf-cadi-client + 2.1.7 + + + org.onap.aaf.authz + aaf-cadi-core + 2.1.7 + - com.att.eelf - eelf-core - 1.0.1-oss + com.google.code.gson + gson + 2.8.5 @@ -322,6 +579,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + @@ -341,7 +606,7 @@ - music + onap/music/music_sb docker_music true @@ -349,12 +614,43 @@ ${docker.tag} ${docker.latest.tag} - ${project.basedir} - + ${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 + + + + @@ -383,14 +679,24 @@ push - music + onap/music/music - + + + default + + + nexus + attarch-releases + http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + + +