X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=71bf9fb03ca65bc885904ad85b1ddcad080f55da;hb=c5331e6fe565e7d0a22d1752e8f793d55dbe7c2e;hp=108e6a215f5f548485cc2e9a71d481312f09b9f1;hpb=e0549f46142bcc54cc3d3c04a465e5e6c54ba90c;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 108e6a2..71bf9fb 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,9 +24,9 @@ limitations under the License. 4.0.0 - com.att.ajsc - ajsc-archetype-parent - 2.0.0 + org.onap.oparent + oparent + 1.1.0 org.onap.aai @@ -35,32 +35,49 @@ limitations under the License. champ - ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} - 2.0.0 - - /appl/${project.artifactId} - - - /appl/${project.artifactId}/${project.version} - + ${basedir}/target + https://nexus.onap.org org.onap.aai.logging-service 1.2.2 - 4.5.2 - ${basedir}/target - https://nexus.onap.org + 18.0 + 3.7 1.3 + 1.5.12.RELEASE + + + + org.springframework.boot + spring-boot-dependencies + ${version.org.springframework.boot.spring-boot-dependencies} + pom + import + + + + - com.sun.jersey - jersey-core - 1.18.6 + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + + org.springframework.boot + spring-boot-starter-jetty + + + + org.springframework.boot + spring-boot-starter-jersey @@ -70,12 +87,6 @@ limitations under the License. provided - - com.att.aft - dme2 - 3.1.200 - provided - org.json @@ -83,12 +94,6 @@ limitations under the License. 20160212 - - org.glassfish.jersey.core - jersey-client - 2.23 - - commons-io commons-io @@ -101,16 +106,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,10 +138,28 @@ limitations under the License. 2.6.2 + + org.apache.commons + commons-lang3 + 3.7 + + org.apache.httpcomponents httpclient - ${org.apache.httpcomponents.httpclient.version} + 4.5.5 + + + + org.apache.httpcomponents + httpclient-cache + 4.5.5 + + + commons-logging + commons-logging + + @@ -135,13 +172,28 @@ limitations under the License. org.apache.hbase hbase-client + + org.apache.httpcomponents + httpclient + + + log4j + log4j + + + log4j + apache-log4j-extras + + + org.slf4j + slf4j-api + org.hamcrest hamcrest-library - ${version.org.hamcrest.hamcrest-library} test @@ -169,6 +221,21 @@ limitations under the License. ${project.artifactId} + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + + + + repackage + + + + + org.apache.maven.plugins maven-resources-plugin @@ -200,11 +267,18 @@ limitations under the License. ../champ-service-deps-titan/target/ + + ${basedir} + + **/dynamic/**/* + + + org.apache.maven.plugins maven-deploy-plugin @@ -212,7 +286,7 @@ limitations under the License. true - + check process-sources - --> + com.spotify docker-maven-plugin @@ -248,6 +326,7 @@ limitations under the License. true + org.jacoco jacoco-maven-plugin @@ -270,118 +349,4 @@ limitations under the License. - - - - 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} - - - - - - -