X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fapplication%2Fpom.xml;h=1feed00ff8e7fc035e1507c3538e7c8ff49fbdac;hb=refs%2Fchanges%2F18%2F137018%2F7;hp=a4c8ad05d7f1e5f20d1c8b9f688a1e6eceb5e61f;hpb=d57c3727ee2d02e2b2f4c899647d4d9de7e72b43;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index a4c8ad05d..1feed00ff 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -22,33 +22,26 @@ org.onap.ccsdk.cds.blueprintsprocessor - parent - 0.7.0-SNAPSHOT + blueprintsprocessor-parent + 1.6.0-SNAPSHOT ../parent - application + blueprintsprocessor-application jar - Blueprints Processor Application - Blueprints Processor Application + MS Blueprints Processor Application - maven - org.onap.ccsdk.cds blueprintsprocessor onap/ccsdk-blueprintsprocessor - deploy - true - ${project.version} - ${maven.build.timestamp} - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core + org.springframework.boot spring-boot-starter-logging @@ -66,43 +59,47 @@ - + - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.error.catalog + error-catalog-services + + + + + org.onap.ccsdk.cds.blueprintsprocessor.modules designer-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules selfservice-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules configs-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common - - - org.onap.ccsdk.cds.blueprintsprocessor - atomix-lib - - org.onap.ccsdk.cds.blueprintsprocessor.functions python-executor + + org.onap.ccsdk.cds.blueprintsprocessor.functions + restful-executor + org.onap.ccsdk.cds.blueprintsprocessor.functions ansible-awx-executor @@ -123,6 +120,12 @@ org.onap.ccsdk.cds.blueprintsprocessor.functions config-snapshots + + org.onap.ccsdk.cds.blueprintsprocessor.functions + k8s-connection-plugin + + + com.h2database h2 @@ -137,6 +140,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + org.jetbrains.kotlin kotlin-test-junit @@ -147,6 +155,7 @@ reactor-test test + org.skyscreamer @@ -159,6 +168,9 @@ com.nhaarman.mockitokotlin2 mockito-kotlin + + compile com.schibsted.spt.data @@ -177,7 +189,7 @@ com.github.tomakehurst wiremock-jre8 - 2.25.0 + 2.35.1 test @@ -185,7 +197,6 @@ ch.qos.logback logback-classic - @@ -217,6 +228,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + -Xmx1024m -XX:MaxMetaspaceSize=256m ${surefireArgLine} + + + **/IT*.java + + false + 1 + + maven-resources-plugin 2.6 @@ -282,9 +308,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -298,12 +324,71 @@ - maven-compiler-plugin - 3.1 + pl.project13.maven + git-commit-id-plugin + + + com.github.kongchen + swagger-maven-plugin + 3.1.8 - 1.8 - 1.8 + + + true + + org.onap.ccsdk.cds.blueprintsprocessor.designer.api + org.onap.ccsdk.cds.blueprintsprocessor.selfservice.api + org.onap.ccsdk.cds.blueprintsprocessor.resource.api + org.onap.ccsdk.cds.blueprintsprocessor.configs.api + + + + http + + localhost:8080 + + CDS Blueprint Processor API Reference + v1 + + Shows all resources and endpoints which CDS BP processor currently provides with sample requests/responses, parameter description and other information. + + + https://www.onap.org/ + + + onap-discuss@lists.onap.org + ONAP Community + https://www.onap.org/ + + + http://www.apache.org/licenses/LICENSE-2.0.html + Apache 2.0 + + + + + Basic Auth + basic + + + json + ${basedir}/../../../docs/api-reference/media + cds-bp-processor-api-swagger + true + {{className}}_{{methodName}}_{{httpMethod}}.{{packageName}} + + + + + compile + + generate + + + @@ -316,7 +401,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -324,6 +409,7 @@ ${image.name} try + true ${basedir}/target/docker-stage ${project.docker.latestminortag.version} @@ -333,19 +419,12 @@ - true + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images - ${docker.push.phase} + build-push-images build push