X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fapplication%2Fpom.xml;h=16a2d456e7144b384ce8428a3b4fd7aba1e64844;hb=b6b14696838ca0589b6b8dc9bae2cf3d2cd1d72c;hp=f9eead39e234f852dcebed58b9bfd54e797606c5;hpb=74b35262d799525a979165e0c46872b756372914;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index f9eead39e..16a2d456e 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -17,40 +17,97 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + + 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor parent - 0.5.0-SNAPSHOT + 1.0.0-SNAPSHOT ../parent + application jar + Blueprints Processor Application Blueprints Processor Application - + + maven + org.onap.ccsdk.cds + blueprintsprocessor + onap/ccsdk-blueprintsprocessor + deploy + true + ${project.version} + ${maven.build.timestamp} + + - org.onap.ccsdk.cds.controllerblueprints + org.onap.ccsdk.cds.blueprintsprocessor blueprint-core + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-logging + + + + + + + org.onap.ccsdk.cds.error.catalog + error-catalog-services + + org.onap.ccsdk.cds.blueprintsprocessor + designer-api + org.onap.ccsdk.cds.blueprintsprocessor resource-api + + org.onap.ccsdk.cds.blueprintsprocessor + selfservice-api + + + org.onap.ccsdk.cds.blueprintsprocessor + configs-api + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api-common + + + 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 @@ -68,8 +125,8 @@ cli-executor - org.onap.ccsdk.cds.blueprintsprocessor - selfservice-api + org.onap.ccsdk.cds.blueprintsprocessor.functions + config-snapshots com.h2database @@ -95,7 +152,50 @@ reactor-test test + + + org.skyscreamer + jsonassert + + + org.yaml + snakeyaml + + + com.nhaarman.mockitokotlin2 + mockito-kotlin + + compile + + + com.schibsted.spt.data + jslt + + + org.apache.httpcomponents + httpclient + ${apache.httpcomponents.client.version} + + + org.apache.httpcomponents + httpmime + ${apache.httpcomponents.client.version} + + + com.github.tomakehurst + wiremock-jre8 + 2.25.0 + test + + + + ch.qos.logback + logback-classic + + + @@ -168,15 +268,105 @@ + + maven-assembly-plugin + 3.1.0 + + + ${basedir}/target/docker-stage + + src/main/docker/distribution.xml + + posix + + + + ${assembly.id} + package + + single + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${basedir}/../../../TagVersion.groovy + + + + maven-compiler-plugin 3.1 - 1.8 1.8 + + pl.project13.maven + git-commit-id-plugin + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.26.1 + false + + + + ${image.name} + + try + ${basedir}/target/docker-stage + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + true + + + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + + + + + + +