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 --- .../modules/blueprint-scripts/pom.xml | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 ms/controllerblueprints/modules/blueprint-scripts/pom.xml (limited to 'ms/controllerblueprints/modules/blueprint-scripts/pom.xml') diff --git a/ms/controllerblueprints/modules/blueprint-scripts/pom.xml b/ms/controllerblueprints/modules/blueprint-scripts/pom.xml deleted file mode 100644 index 2f4b0472d..000000000 --- a/ms/controllerblueprints/modules/blueprint-scripts/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - modules - org.onap.ccsdk.cds.controllerblueprints - 0.5.0-SNAPSHOT - - 4.0.0 - blueprint-scripts - Controller Blueprints Scripts - - - - org.onap.ccsdk.cds.controllerblueprints - resource-dict - - - org.jetbrains.kotlin - kotlin-compiler-embeddable - - - org.jetbrains.kotlin - kotlin-scripting-jvm-host - - - org.jetbrains.kotlin - kotlin-compiler - - - - - org.jetbrains.kotlin - kotlin-script-util - - - org.jetbrains.kotlin - kotlin-script-runtime - - - org.jetbrains.kotlin - kotlin-test-junit - - - - -- cgit 1.2.3-korg