X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=cb8c6fe252b7b129ed058436bcb5ee959c041faa;hb=bd58bbc5aee8eb495adbc3275dc876462cb984c6;hp=17176483cf33b4edbce62433451ba22d071c1563;hpb=985b15821e37a82d90ca8939058f0a197558c3a1;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 1717648..cb8c6fe 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,70 +24,82 @@ limitations under the License. 4.0.0 - com.att.ajsc - ajsc-archetype-parent - 2.0.0 + org.onap.aai + champ + 1.3.1-SNAPSHOT - org.onap.aai + org.onap.aai.champ champ-service - 1.2.0-SNAPSHOT - ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} - 2.0.0 + ${basedir}/target + champ + https://nexus.onap.org + org.onap.aai.logging-service + 1.2.2 - /appl/${project.artifactId} + 3.7 + 1.3 + 1.5.15.RELEASE + - - /appl/${project.artifactId}/${project.version} + + + + org.springframework.boot + spring-boot-dependencies + ${version.org.springframework.boot.spring-boot-dependencies} + pom + import + - org.onap.aai.logging-service - 1.2.0 - 4.5.2 + + org.apache.httpcomponents + httpclient + 4.5.3 + - ${basedir}/target - https://nexus.onap.org - + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + + + - com.sun.jersey - jersey-core - 1.18.6 + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + ch.qos.logback + logback-classic + + - - dom4j - dom4j - 1.6.1 - provided + org.springframework.boot + spring-boot-starter-jetty + - com.att.aft - dme2 - 3.1.200 - provided + org.springframework.boot + spring-boot-starter-jersey - org.json json 20160212 - - org.glassfish.jersey.core - jersey-client - 2.23 - - commons-io commons-io @@ -100,16 +112,29 @@ limitations under the License. 2.6.2 + + com.google.guava + guava + + ${common.logging.groupid} common-logging ${common.logging.version} - - - - ch.qos.logback - logback-core - 1.1.7 + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + org.slf4j + slf4j-api + + @@ -119,24 +144,66 @@ limitations under the License. - org.apache.httpcomponents - httpclient - ${org.apache.httpcomponents.httpclient.version} + org.apache.commons + commons-lang3 + 3.7 - - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} compile org.apache.hbase hbase-client + + log4j + log4j + + + log4j + apache-log4j-extras + + + org.slf4j + slf4j-api + + + + org.hamcrest + hamcrest-library + test + + + + org.skyscreamer + jsonassert + 1.5.0 + test + + + + ch.qos.logback + logback-classic + 1.2.3 + + + + ch.qos.logback + logback-core + 1.2.3 + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + 1.1.5 + @@ -155,6 +222,21 @@ limitations under the License. ${project.artifactId} + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + + + + repackage + + + + + org.apache.maven.plugins maven-resources-plugin @@ -186,13 +268,18 @@ limitations under the License. ../champ-service-deps-titan/target/ + + ${basedir} + + **/dynamic/**/* + + - + check process-sources - --> + com.spotify docker-maven-plugin @@ -220,7 +311,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest @@ -230,186 +321,19 @@ limitations under the License. - org.jacoco - jacoco-maven-plugin - 0.7.9 - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - default-check - - check - - - - - - BUNDLE - - - - INSTRUCTION - COVEREDRATIO - .15 - - - BRANCH - COVEREDRATIO - .12 - - - COMPLEXITY - COVEREDRATIO - .15 - - - LINE - COVEREDRATIO - .10 - - - METHOD - COVEREDRATIO - .17 - - - CLASS - MISSEDCOUNT - 5 - - - - - - - + org.apache.maven.plugins + maven-deploy-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + org.apache.maven.plugins + maven-site-plugin - - - - runAjsc - - initialize - - - org.codehaus.mojo - exec-maven-plugin - 1.3.2 - - - initialize - - java - - - false - true - java - com.att.ajsc.runner.Runner - - com.att.ajsc - ajsc-runner - - - ${basedir}/ajsc-shared-config/etc - - - - ${runAjscHome} - - - - - - AJSC_HOME - ${runAjscHome} - - - CONFIG_HOME - ${basedir}/appconfig-local/ - - - AJSC_CONF_HOME - ${basedir}/bundleconfig-local - - - logback.configurationFile - ${basedir}/ajsc-shared-config/etc/logback.xml - - - AJSC_SHARED_CONFIG - ${basedir}/ajsc-shared-config - - - - AJSC_EXTERNAL_LIB_FOLDERS - ${basedir}/target/commonLibs - - - AJSC_EXTERNAL_PROPERTIES_FOLDERS - ${basedir}/ajsc-shared-config/etc - - - - AJSC_SERVICE_NAMESPACE - ${module.ajsc.namespace.name} - - - AJSC_SERVICE_VERSION - ${module.ajsc.namespace.version} - - - SOACLOUD_SERVICE_VERSION - ${project.version} - - - server.port - ${serverPort} - - - - - - context=/ - port=${serverPort} - sslport=${sslport} - - - - - - java - - - - com.att.ajsc - ajsc-runner - ${ajscRuntimeVersion} - - - - - - -