From a27be9fdbbf2d271c9c5780ba70fe15a24dbdb63 Mon Sep 17 00:00:00 2001 From: "Nelson,Thomas(tn1381)(arthurdent3)" Date: Tue, 29 Jan 2019 15:55:37 -0500 Subject: Push variuos changes - Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- pom.xml | 365 ++++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 277 insertions(+), 88 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 01db8305..cd42b828 100755 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - - @@ -26,21 +26,41 @@ 4.0.0 org.onap.music MUSIC - war - 3.0.24 + jar + 3.2.17-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 1.2.0 - + + + + + + org.springframework.boot + spring-boot-dependencies + 2.1.1.RELEASE + pom + import + + + + org.onap.music.MusicApplication + UTF-8 + UTF-8 UTF-8 + 1.8 1.19 2.25.1 2.0.1 @@ -61,28 +81,43 @@ ${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 + + + att-cadi-repo + ATT CADI Repository + http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases/ + + - MUSIC + + ${project.artifactId} src/main/java src/main/webapp/WEB-INF/classes src/test/java @@ -92,42 +127,40 @@ src/main/resources true + + **/*.properties + **/*.xml + **/*.ccf + - 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.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - 1.7 - 1.7 - - jar/** - - + org.onap.music.MusicApplication + ./distribution/music/ + true + + + + + repackage + + + + org.apache.maven.plugins maven-jar-plugin @@ -141,8 +174,8 @@ - **/*.xml - **/*.properties + **/Sample* @@ -173,8 +206,72 @@ + + + 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-tomcat + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-actuator + + + + org.springframework + spring-aop + compile + + + + + + + org.aspectj + aspectjweaver + compile + + + - + + javax.servlet + servlet-api + 2.4 + provided + + + org.springframework.boot + spring-boot-autoconfigure + javax.servlet javax.servlet-api @@ -182,12 +279,6 @@ provided - - ch.qos.logback @@ -217,13 +308,34 @@ 1.0.1-oss - + + + com.codahale.metrics + metrics-core + 3.0.2 + + 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} - - + + + + + org.apache.zookeeper @@ -253,10 +365,10 @@ jersey-json ${jersey1.version} - - com.sun.jersey - jersey-servlet - ${jersey1.version} + + com.sun.jersey + jersey-servlet + ${jersey1.version} @@ -270,7 +382,11 @@ commons-codec 1.11 - + + org.apache.commons + commons-lang3 + 3.8 + junit @@ -278,11 +394,42 @@ 4.12 test - + + + org.cassandraunit + cassandra-unit-spring + 3.5.0.1 + test + + + + org.cassandraunit + + cassandra-unit + + + + + + org.cassandraunit + cassandra-unit-shaded + 3.5.0.1 + test org.apache.curator @@ -307,25 +454,26 @@ test - - io.netty - netty-handler - 4.1.30.Final - com.fasterxml.jackson.core jackson-databind - 2.9.4 - + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + org.apache.httpcomponents httpclient - 4.5.3 io.swagger swagger-jersey-jaxrs - 1.5.18 + 1.5.21 com.google.guava @@ -336,18 +484,27 @@ jbcrypt 0.4 - - - - javax.xml.bind - jaxb-api - 2.2.3 - + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + + + org.onap.aaf.authz + aaf-cadi-client + 2.1.7 + + + org.onap.aaf.authz + aaf-cadi-core + 2.1.7 + + + com.google.code.gson + gson + 2.8.5 + @@ -367,6 +524,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + @@ -386,7 +551,7 @@ - onap/music/music + onap/music/music_sb docker_music true @@ -394,10 +559,10 @@ ${docker.tag} ${docker.latest.tag} - ${project.basedir} - + ${project.basedir}/distribution/music + @@ -426,15 +591,29 @@ ${project.basedir}/distribution/cassandra_job + + + onap/music/musictrigger + docker_trigger + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir}/distribution/trigger + + + - - @@ -472,6 +651,16 @@ + + default + + + nexus + attarch-releases + http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + + + -- cgit 1.2.3-korg