X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=b5294e32bb9d17c0d07684b821a1abece74c1ea4;hb=7ac44deeadeca2a3f49643d2e5098deef1af8503;hp=57234c0e71b1c239d5536314d7ccffd03b344a1c;hpb=970b263b6b1e12e11d3de4147caea150d0b74051;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 57234c0..b5294e3 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,67 +24,91 @@ 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 champ-service 1.2.0-SNAPSHOT + champ - ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} - 2.0.0 + ${basedir}/target + 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 + + + + 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 + + + + + + org.springframework.boot + spring-boot-starter-jetty + + + + org.springframework.boot + spring-boot-starter-jersey - dom4j dom4j 1.6.1 provided - - com.att.aft - dme2 - 3.1.200 - provided - - org.json json 20160212 - - org.glassfish.jersey.core - jersey-client - 2.23 - - commons-io commons-io @@ -97,16 +121,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 + + @@ -116,12 +154,11 @@ limitations under the License. - org.apache.httpcomponents - httpclient - ${org.apache.httpcomponents.httpclient.version} + org.apache.commons + commons-lang3 + 3.7 - org.onap.aai champ-core @@ -132,13 +169,84 @@ limitations under the License. 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 + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ${project.artifactId} + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + + + + repackage + + + + + org.apache.maven.plugins maven-resources-plugin @@ -164,13 +272,40 @@ limitations under the License. ${basedir}/src/main/bin/ + + ../champ-service-deps-janus/target/ + + + ../champ-service-deps-titan/target/ + + + ${basedir} + + **/dynamic/**/* + + - + check process-sources - --> + com.spotify docker-maven-plugin @@ -198,7 +337,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + ${docker.push.registry}/onap/${project.name} ${docker.location} latest @@ -206,188 +345,6 @@ 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 - - - - - - - - - - - - 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} - - - - - - -