From 8de37f9d3035b4a41e696b967f2222806c250925 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 11 Sep 2020 13:58:42 -0400 Subject: Refactoring poms groupId artifactId Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea --- .../modules/blueprints/blueprint-core/pom.xml | 11 ++++----- .../modules/blueprints/blueprint-proto/pom.xml | 10 ++++----- .../blueprints/blueprint-validation/pom.xml | 17 +++++++------- ms/blueprintsprocessor/modules/blueprints/pom.xml | 7 +++--- .../modules/blueprints/resource-dict/pom.xml | 13 ++++++----- .../modules/commons/db-lib/pom.xml | 16 ++++++------- .../modules/commons/dmaap-lib/pom.xml | 9 ++++---- .../modules/commons/grpc-lib/pom.xml | 12 +++++----- .../modules/commons/message-lib/pom.xml | 12 +++++----- .../modules/commons/nats-lib/pom.xml | 11 +++++---- ms/blueprintsprocessor/modules/commons/pom.xml | 11 +++++---- .../modules/commons/processor-core/pom.xml | 14 ++++++------ .../modules/commons/rest-lib/pom.xml | 12 +++++----- .../modules/commons/ssh-lib/pom.xml | 12 +++++----- .../modules/inbounds/configs-api/pom.xml | 10 ++++----- .../modules/inbounds/designer-api/pom.xml | 6 ++--- .../modules/inbounds/health-api-common/pom.xml | 9 ++++---- .../modules/inbounds/health-api/pom.xml | 11 +++++---- ms/blueprintsprocessor/modules/inbounds/pom.xml | 10 ++++----- .../modules/inbounds/resource-api/pom.xml | 10 ++++----- .../modules/inbounds/selfservice-api/pom.xml | 16 ++++++------- ms/blueprintsprocessor/modules/outbounds/pom.xml | 7 +++--- ms/blueprintsprocessor/modules/pom.xml | 7 +++--- .../modules/services/execution-service/pom.xml | 26 ++++++++++------------ ms/blueprintsprocessor/modules/services/pom.xml | 7 +++--- .../modules/services/workflow-service/pom.xml | 12 +++++----- 26 files changed, 144 insertions(+), 154 deletions(-) (limited to 'ms/blueprintsprocessor/modules') diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index 6f0791c4e..8673211a2 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -20,14 +20,16 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core + 1.0.0-SNAPSHOT - Controller Blueprints Core + MS Blueprints Processor Modules - Blueprints - Blueprints Core @@ -53,7 +55,6 @@ org.jetbrains.kotlin kotlin-script-runtime - com.fasterxml.jackson.dataformat jackson-dataformat-xml diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index f930a6bc6..063f8585f 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -19,15 +19,15 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-proto - Controller Blueprints Proto - Controller Blueprints Proto + MS Blueprints Processor Modules - Blueprints - Blueprints Proto true diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index d87f25a3c..0fc9cf194 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -21,14 +21,15 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-validation - Controller Blueprints Validation Service + MS Blueprints Processor Modules - Blueprints - Blueprints Validation Service @@ -40,12 +41,12 @@ spring-context - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict + org.onap.ccsdk.cds.blueprintsprocessor.modules + resource-dict diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index a2b19ccec..ed7942cde 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -20,15 +20,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - blueprints + modules-blueprints pom - Blueprints POM - Blueprints POM + MS Blueprints Processor Modules - Blueprints blueprint-core diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index 6fa99c0fb..99a9e1e91 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -21,19 +21,20 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor + modules-blueprints + 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-dict - Controller Blueprints Resource Dictionary + MS Blueprints Processor Modules - Blueprints - Resource Dictionary - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.jetbrains.kotlin diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 71ef22062..2e2d40a10 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -21,27 +21,27 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules db-lib jar - Blueprints Processor DB Lib - Blueprints Processor DB Lib + MS Blueprints Processor Modules - Commons - DB Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-validation + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-validation - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 2e54d3c51..ecbf5348f 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -24,15 +24,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules dmaap-lib jar - Blueprints Processor Dmaap Lib - Blueprints Processor Dmaap Lib + MS Blueprints Processor Modules - Commons - Dmaap Lib @@ -46,7 +46,6 @@ - org.springframework.boot spring-boot-starter-webflux @@ -77,7 +76,7 @@ test - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index af20c5d08..e388a8709 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -21,23 +21,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules grpc-lib jar - Blueprints Processor GRPC Lib - Blueprints Processor GRPC Lib + MS Blueprints Processor Modules - Commons - GRPC Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index cf287e280..b266225ee 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -20,22 +20,22 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules message-lib - Blueprints Processor Messaging Lib - Blueprints Processor Messaging Lib + MS Blueprints Processor Modules - Commons - Messaging Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index 1865b4358..c37c9c7f9 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules nats-lib jar - Blueprints Processor NATS Lib - Blueprints Processor NATS Lib + MS Blueprints Processor Modules - Commons - NATS Lib @@ -39,13 +39,12 @@ io.nats java-nats-streaming - - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 7f3043820..5e4a52d95 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -23,15 +23,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - commons + modules-commons pom - Blueprints Processor Commons POM - Blueprints Processor Commons + MS Blueprints Processor Modules - Commons processor-core @@ -46,8 +45,8 @@ - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict + org.onap.ccsdk.cds.blueprintsprocessor.modules + resource-dict diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 121214d06..3604fa3e0 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -22,24 +22,24 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core jar - Blueprints Processor Core - Blueprints Processor Core + MS Blueprints Processor Modules - Commons - Processor Core - + com.hazelcast hazelcast-all - + - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-proto + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-proto org.springframework.boot diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index e56742d26..47bbec7fc 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -22,23 +22,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib jar - Blueprints Processor Rest Lib - Blueprints Processor Rest Lib + MS Blueprints Processor Modules - Commons - Rest Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index a1f096bf2..fa78ab98e 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -20,23 +20,23 @@ org.onap.ccsdk.cds.blueprintsprocessor - commons + modules-commons 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules ssh-lib jar - Blueprints Processor SSH Lib - Blueprints Processor SSH Lib + MS Blueprints Processor Modules - Commons - SSH Lib - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 6bef263da..39f2df5b3 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -20,16 +20,16 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules configs-api 1.0.0-SNAPSHOT jar - Blueprints Processor Resource Configurations API - Blueprints Processor Resource Configurations API + MS Blueprints Processor Modules - Inbound - Configurations API @@ -41,8 +41,8 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.onap.ccsdk.cds.error.catalog diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 419db8671..00f4c76ca 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules designer-api jar - Blueprints Processor Designer API - Blueprints Processor Designer API + MS Blueprints Processor Modules - Inbound - Designer API diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index 9ee9e98c0..7acabaff8 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -21,22 +21,21 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common jar - Blueprints Processor Health API common - checking system check health endpoints + MS Blueprints Processor Modules - Inbound - Health API common - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib - org.springframework.boot spring-boot-starter-actuator diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index f27b20da1..5ebbaea93 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -21,22 +21,21 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api jar - Blueprints Processor Health API - checking system check health endpoints + MS Blueprints Processor Modules - Inbound - Health API - - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common - 1.0.0-SNAPSHOT + ${ccsdk.cds.version} diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 18b6fd00d..c2187763a 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -21,15 +21,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - inbounds + modules-inbounds pom - Blueprints Processor Inbounds POM - Blueprints Processor Inbounds + MS Blueprints Processor Modules - Inbounds configs-api @@ -46,7 +45,7 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules workflow-service @@ -90,7 +89,6 @@ reactor-test test - com.h2database h2 diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 42d8f087c..76f6fe9a9 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -20,15 +20,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-api jar - Blueprints Processor Resource API - Blueprints Processor Resource API + MS Blueprints Processor Modules - Inbound - Resource API @@ -36,8 +36,8 @@ spring-security-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core org.onap.ccsdk.cds.error.catalog diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 73e838146..55c28bc50 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -23,24 +23,24 @@ org.onap.ccsdk.cds.blueprintsprocessor - inbounds + modules-inbounds 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules selfservice-api jar - Blueprints Processor Selfservice API - Blueprints Processor Selfservice API + MS Blueprints Processor Modules - Inbound - Self Service API - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-validation + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-validation org.onap.ccsdk.cds.error.catalog @@ -49,7 +49,7 @@ - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules message-lib diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index 49279c926..924d53e4e 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -20,13 +20,12 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - outbounds + modules-outbounds pom - Blueprints Processor Outbounds POM - Blueprints Processor Outbounds + MS Blueprints Processor Modules - Outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index bc65aae88..09251dcc0 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -22,16 +22,15 @@ org.onap.ccsdk.cds.blueprintsprocessor - parent + blueprintsprocessor-parent 1.0.0-SNAPSHOT ../parent - modules + blueprintsprocessor-modules pom - Blueprints Processor Modules - Blueprints Processor Modules + MS Blueprints Processor Modules (Root) blueprints diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index a81723663..b6affc338 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -21,51 +21,49 @@ org.onap.ccsdk.cds.blueprintsprocessor - services + modules-services 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules execution-service jar - Blueprints Processor Execution Service - Blueprints Processor Execution Service + MS Blueprints Processor Modules - Services - Execution Service - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules db-lib - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules grpc-lib - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules nats-lib - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict + org.onap.ccsdk.cds.blueprintsprocessor.modules + resource-dict - org.onap.ccsdk.sli.core sli-provider - io.grpc grpc-testing diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index da4581fd5..498c0feaa 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -23,15 +23,14 @@ org.onap.ccsdk.cds.blueprintsprocessor - modules + blueprintsprocessor-modules 1.0.0-SNAPSHOT - services + modules-services pom - Blueprints Processor Service POM - Blueprints Processor Service + MS Blueprints Processor Modules - Services execution-service diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 41bdacf96..f7f6b6035 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -21,22 +21,22 @@ org.onap.ccsdk.cds.blueprintsprocessor - services + modules-services 1.0.0-SNAPSHOT + org.onap.ccsdk.cds.blueprintsprocessor.modules workflow-service - Blueprints Processor Workflow Service - Blueprints Processor Workflow Service + MS Blueprints Processor Modules - Services - Workflow Service - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core + org.onap.ccsdk.cds.blueprintsprocessor.modules + blueprint-core - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules execution-service -- cgit 1.2.3-korg