X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fapplication%2Fpom.xml;h=2f398d3e76604904146385e07e12a510ad161acd;hb=f38e495d47e69b5203940e1f3eb76145c2a30e83;hp=90e9f501ba179d934abc994cb2a78ba2b487ad24;hpb=4213158c24fe2bd28bad458e05fccf127a1f0135;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 90e9f501b..2f398d3e7 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -17,26 +17,32 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor - parent - 0.7.0-SNAPSHOT + blueprintsprocessor-parent + 1.1.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 + + - org.onap.ccsdk.cds.controllerblueprints + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core @@ -56,34 +62,47 @@ - + + + org.onap.ccsdk.cds.error.catalog + error-catalog-services + + + - org.onap.ccsdk.cds.blueprintsprocessor + 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.modules + 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 @@ -104,6 +123,12 @@ org.onap.ccsdk.cds.blueprintsprocessor.functions config-snapshots + + org.onap.ccsdk.cds.blueprintsprocessor.functions + k8s-profile-upload + + + com.h2database h2 @@ -128,23 +153,44 @@ reactor-test test + + + + org.skyscreamer + jsonassert + org.yaml snakeyaml - test com.nhaarman.mockitokotlin2 mockito-kotlin - 2.1.0 - test + + compile com.schibsted.spt.data jslt - 0.1.8 + + + 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 @@ -180,6 +226,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + -Xmx1024m -XX:MaxPermSize=256m ${surefireArgLine} + + + **/IT*.java + + false + 1 + + maven-resources-plugin 2.6 @@ -223,14 +284,153 @@ + + 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 + + + + + + pl.project13.maven + git-commit-id-plugin + - maven-compiler-plugin - 3.1 + com.github.kongchen + swagger-maven-plugin + 3.1.8 - 1.8 - 1.8 + + + true + + org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController + org.onap.ccsdk.cds.blueprintsprocessor.designer.api.ResourceDictionaryController + 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 + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.34.0 + false + + + + ${image.name} + + try + ${basedir}/target/docker-stage + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + ${docker.verbose} + ${docker.skip.push} + + + + build-push-images + + build + push + + + + + + + +