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/sdclistener/application/pom.xml | 4 ++-- ms/sdclistener/parent/pom.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'ms/sdclistener') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index da24e97bc..7b12e14ea 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -90,8 +90,8 @@ test - org.onap.ccsdk.cds.components - proto-definition + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index cfdfc9b24..05bfdeff4 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -16,7 +16,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.cds @@ -110,9 +111,15 @@ ${protobuff.java.utils.version} - org.onap.ccsdk.cds.components - proto-definition - ${project.version} + org.onap.ccsdk.cds.controllerblueprints + blueprint-proto + ${project.version} + + + * + * + + io.projectreactor -- cgit 1.2.3-korg