X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=76a7c6a8c72d50630d08f6822347da7b37e5733b;hb=8cf04372826916c1cd5e901367eb474cfe6918dc;hp=38dfc9f3bb1c3fee79b1e14e3c057a565a203e0f;hpb=6e2234ce6ee4492ba65dead0329e2a24fe1a75c3;p=oom%2Fplatform%2Fcert-service.git diff --git a/pom.xml b/pom.xml index 38dfc9f3..76a7c6a8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,11 +21,11 @@ oparent 3.0.0 - org.onap.aaf.certservice - aaf-certservice - 1.0.0-SNAPSHOT - aaf-certservice - AAF Certification Service + org.onap.oom.platform.cert-service + oom-certservice + 2.4.0-SNAPSHOT + oom-certservice + OOM Certification Service pom @@ -33,9 +33,9 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org/onap/aaf/cert-service/${project.artifactId}/${project.version} + /content/sites/site/org/onap/oom/platform/cert-service/${project.artifactId}/${project.version} 11 - http://localhost:8080/v3/api-docs + http://localhost:8080/v3/api-docs.yaml 3.15.0 @@ -46,21 +46,28 @@ 3.0.0-M4 2.2.4.RELEASE 2.1.5.RELEASE + 2.2.1.RELEASE 1.2.30 1.60 0.33.0 0.2 2.8.6 - 0.33.0 + 4.5.6 + 3.9 + 1.7 + 2.6 5.5.2 + 2.17.0 true yyyyMMdd'T'HHmmss + 3.2.2 ${onap.nexus.dockerregistry.daily} onap ${project.groupId}.${project.artifactId} ${project.version} + latest ${project.version} @@ -68,12 +75,19 @@ certService - certServiceClient + certServicePostProcessor + certServiceK8sExternalProvider + + maven-checkstyle-plugin + + checkstyle-suppressions.xml + + org.springdoc springdoc-openapi-maven-plugin @@ -88,7 +102,7 @@ ${springdoc-openapi-maven-plugin.apiDocsUrl} - api-docs.json + api-docs.yaml ${project.build.directory} @@ -102,18 +116,6 @@ repackage - - pre-integration-test - - start - - - - post-integration-test - - stop - - @@ -154,12 +156,12 @@ ecomp-releases - AAF Release Repository + OOM Release Repository ${nexusproxy}${releaseNexusPath} ecomp-snapshots - AAF Snapshot Repository + OOM Snapshot Repository ${nexusproxy}${snapshotNexusPath} @@ -224,6 +226,26 @@ gson ${gson.version} + + org.apache.httpcomponents + httpclient + ${httpcomponents.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-io + commons-io + ${commons-io.version} + + + commons-validator + commons-validator + ${commons-validator.version} + org.springframework.boot @@ -242,22 +264,23 @@ org.junit.jupiter - junit-jupiter-engine + junit-jupiter ${junit.version} test - org.junit.jupiter - junit-jupiter-api - ${junit.version} + org.mockito + mockito-core + ${mockito-core.version} test org.mockito - mockito-core - ${mockito-core.version} + mockito-junit-jupiter + ${mockito-junit-jupiter.version} test +