From f439f401aa06ea497a84c73f3c158dfc6c62bc61 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 10 Jul 2019 18:27:23 -0400 Subject: Refractor blueprint-script to avoid cyclic dependency. There is a possibility of cyclic dependencies between blueprint-script module and code module. To avoid cyclic dependency blueprint-script implementation should be moved to Core module. This implementation has zero impact on code functionality and code testing. Change-Id: Ic18ea848cb2e1e2e7a5f1c144714de26d1495cee Issue-ID: CCSDK-1469 Signed-off-by: Brinda Santh --- ms/controllerblueprints/parent/pom.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ms/controllerblueprints/parent/pom.xml') diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index 3defd74db..6ff76e944 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -244,11 +244,6 @@ blueprint-validation ${project.version} - - org.onap.ccsdk.cds.controllerblueprints - blueprint-scripts - ${project.version} - org.onap.ccsdk.cds.controllerblueprints service -- cgit 1.2.3-korg