X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=b0920a2ccb506281a9ee3c174cff8e0066852ba7;hb=857d2d42d459a01551ba4b0fc4149e123a9acb04;hp=cb2848f8184eb63080840fddb1e160e1bab78e06;hpb=7a660231a8a92dbe1b619ed56cd2c24a8ecacac8;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index cb2848f..b0920a2 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,55 +24,81 @@ limitations under the License. 4.0.0 - com.att.ajsc - ajsc-archetype-parent - 2.0.0 + org.onap.aai + champ + 1.2.1-SNAPSHOT - org.onap.aai + org.onap.aai.champ champ-service - 1.2.0-SNAPSHOT - champ - ${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} + 18.0 + 3.7 + 1.3 + 1.5.12.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 + + + + org.springframework.boot + spring-boot-starter-jersey - com.att.aft - dme2 - 3.1.200 + dom4j + dom4j + 1.6.1 provided @@ -82,12 +108,6 @@ limitations under the License. 20160212 - - org.glassfish.jersey.core - jersey-client - 2.23 - - commons-io commons-io @@ -100,16 +120,30 @@ limitations under the License. 2.6.2 + + com.google.guava + guava + ${version.com.google.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,23 +153,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 + @@ -154,6 +231,21 @@ limitations under the License. ${project.artifactId} + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + + + + repackage + + + + + org.apache.maven.plugins maven-resources-plugin @@ -185,19 +277,18 @@ limitations under the License. ../champ-service-deps-titan/target/ + + ${basedir} + + **/dynamic/**/* + + - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - + check process-sources - --> + com.spotify docker-maven-plugin @@ -225,7 +320,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.name} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest @@ -233,187 +328,21 @@ limitations under the License. true + - 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} - - - - - - -