X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=certService%2Fpom.xml;h=686e0d8d41397ca2e5e79e34d78f0484f4e3def1;hb=cfa2316bb85f797a6e2e41245f5572ecfcb234c4;hp=0f5a29014d41daa8a6fa148a2379d8722fec57a3;hpb=b9dabed7540f76a81609aaa48ec2c682870de53b;p=oom%2Fplatform%2Fcert-service.git diff --git a/certService/pom.xml b/certService/pom.xml index 0f5a2901..686e0d8d 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -13,160 +13,107 @@ ============LICENSE_END========================================================= --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.aaf - aaf-certservice-parent - 0.0.1-SNAPSHOT + org.onap.aaf.certservice + aaf-certservice + 1.1.0-SNAPSHOT - cert-service - 0.0.1-SNAPSHOT - cert-service - Certification service + aaf-certservice-api + 1.1.0-SNAPSHOT + aaf-certservice-api + AAF Certification Service Api jar - - 11 - 3.11.1 - 3.2.4 - 5.2.3.RELEASE - 2.2.4.RELEASE - 3.0.1 - 3.0.0-M1 - 2.2.4.RELEASE - 2.1.5.RELEASE - 1.2.21 - 0.33.0 - ${project.version} - - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot-starter.version} - pom - import - - - - org.springframework.boot spring-boot-starter-web - ${spring-boot-starter.version} - - - org.springframework.boot - spring-boot-starter-logging - - org.springframework.boot spring-boot-starter-log4j2 - ${spring-boot-starter-log4j2.version} org.springframework.boot spring-boot-starter-test - ${spring-boot-starter.version} - test - - - org.junit.vintage - junit-vintage-engine - - org.mockito mockito-core - ${mockito-core.version} - test - - - org.assertj - assertj-core - ${assertj-core.version} - test org.springframework.boot spring-boot-starter-actuator - ${spring-boot-starter-actuator.version} org.springdoc springdoc-openapi-ui - ${springdoc-openapi-ui.version} + + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcprov-jdk15on + + + com.google.code.gson + gson + + + org.assertj + assertj-core + + + org.apache.httpcomponents + httpclient + + + commons-io + commons-io + + + org.springframework.cloud + spring-cloud-starter-config + ${spring-cloud-starter-config.version} - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot-starter.version} - - - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - - org.springframework.boot spring-boot-maven-plugin - - - - repackage - - - + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins maven-javadoc-plugin - - true - false - false - ${java.home}/bin/javadoc - - - - aggregate - site - - aggregate - - - - attach-javadoc - - jar - - - + + + org.springdoc + springdoc-openapi-maven-plugin + + dev + + + org.springframework.boot + spring-boot-devtools + true + + + docker-staging @@ -180,6 +127,11 @@ false + + linux + x86_64 + ${os.detected.name}-${os.detected.arch} + @@ -188,78 +140,36 @@ ${docker-maven-plugin.version} - clean-images - pre-clean - - remove - - - true - onap/cert-service - - - - generate-images - install + docker-build-image + package build - - - - - - - - - - - - - - - - push-images + docker-push-image deploy push - - onap/cert-service - - 1.23 - nexus3.onap.org:10001 - - - docker - docker - - + ${skipDockerPush} + true + IfNotPresent - onap/cert-service - cert-service + ${project.artifactId} + ${docker-image.namespace}/${docker-image.name} + + ${docker-image.registry} - ${project.basedir}/Dockerfile + ${project.basedir} - ${docker.tag} + ${project.version}-${maven.build.timestamp}Z - - - 8080:8080 - - - - http://localhost:8080/actuator/health - - - @@ -268,4 +178,22 @@ + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + +