From 7003208140fb18782052cb23dfc5e8373b40a12f Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 11 Sep 2019 22:07:33 -0400 Subject: Fix proto cyclic dependency. Change-Id: I84e0ba25b78e8212eff6b4c91fca2d4457dbf7eb Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh --- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 8 ++++---- .../modules/inbounds/selfservice-api/pom.xml | 5 ++--- .../modules/services/execution-service/pom.xml | 4 ---- ms/blueprintsprocessor/parent/pom.xml | 11 ++++++----- 4 files changed, 12 insertions(+), 16 deletions(-) (limited to 'ms/blueprintsprocessor') diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index e5214e139..5cc29a65e 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -28,6 +28,10 @@ Blueprints Processor GRPC Lib + + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto + org.onap.ccsdk.cds.controllerblueprints blueprint-core @@ -36,10 +40,6 @@ org.onap.ccsdk.cds.blueprintsprocessor processor-core - - org.onap.ccsdk.cds.components - proto-definition - diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 7c53e1c04..b5cac581a 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -33,10 +33,9 @@ - org.onap.ccsdk.cds.components - proto-definition + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto - org.onap.ccsdk.cds.controllerblueprints blueprint-core diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 4acc22433..784906b4e 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -57,10 +57,6 @@ org.onap.ccsdk.cds.controllerblueprints resource-dict - - org.onap.ccsdk.cds.components - proto-definition - org.onap.ccsdk.sli.core diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 5a54a7717..ded4ea1ad 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -248,11 +248,7 @@ protobuf-java-util ${protobuff.java.utils.version} - - org.onap.ccsdk.cds.components - proto-definition - ${project.version} - + @@ -458,6 +454,11 @@ blueprint-core ${project.version} + + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto + ${project.version} + org.onap.ccsdk.cds.controllerblueprints blueprint-validation -- cgit 1.2.3-korg