X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=793aa840de0ac2915c8f72ffcbc8a5ebfdb8deec;hb=cfa2316bb85f797a6e2e41245f5572ecfcb234c4;hp=6c20bb454b8bcd0c7a1a433e546a9cc60d270f79;hpb=6e639f193bcae8b8dfbd286dce456a39275dd988;p=oom%2Fplatform%2Fcert-service.git diff --git a/pom.xml b/pom.xml index 6c20bb45..793aa840 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.aaf.certservice aaf-certservice - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT aaf-certservice AAF Certification Service pom @@ -35,7 +35,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/cert-service/${project.artifactId}/${project.version} 11 - http://localhost:8080/v3/api-docs + http://localhost:8080/v3/api-docs.yaml 3.15.0 @@ -46,17 +46,23 @@ 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 + 4.5.6 + 3.9 + 2.6 0.33.0 - 5.6.0 + 5.5.2 + 2.17.0 true yyyyMMdd'T'HHmmss + 3.2.2 ${onap.nexus.dockerregistry.daily} onap ${project.groupId}.${project.artifactId} @@ -74,14 +80,67 @@ + + maven-checkstyle-plugin + + checkstyle-suppressions.xml + + + + org.springdoc + springdoc-openapi-maven-plugin + ${springdoc-openapi-maven-plugin.version} + + + integration-test + + generate + + + + + ${springdoc-openapi-maven-plugin.apiDocsUrl} + api-docs.yaml + ${project.build.directory} + + org.springframework.boot spring-boot-maven-plugin ${spring-boot-starter.version} + + + + repackage + + + + org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin.version} + + true + false + false + ${java.home}/bin/javadoc + + + + aggregate + site + + aggregate + + + + attach-javadoc + + jar + + + org.apache.maven.plugins @@ -165,6 +224,21 @@ gson ${gson.version} + + org.apache.httpcomponents + httpclient + ${httpcomponents.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-io + commons-io + ${commons-io.version} + org.springframework.boot @@ -175,10 +249,15 @@ - + + org.assertj + assertj-core + ${assertj-core.version} + test + org.junit.jupiter - junit-jupiter-engine + junit-jupiter ${junit.version} test @@ -189,11 +268,12 @@ test - org.assertj - assertj-core - ${assertj-core.version} + org.mockito + mockito-junit-jupiter + ${mockito-junit-jupiter.version} test +