diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-15 18:46:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-15 18:46:08 +0000 |
commit | 4d4e27fe9d08ff92e356b465cbdef227b10fe38a (patch) | |
tree | 3d3d02275ea7deea14cf1d9c6eefad9d11a60e97 /ms/controllerblueprints/parent/pom.xml | |
parent | 7d58591a2dd41b9e2655f5d06a1eb344146d8e76 (diff) | |
parent | f439f401aa06ea497a84c73f3c158dfc6c62bc61 (diff) |
Merge "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."
Diffstat (limited to 'ms/controllerblueprints/parent/pom.xml')
-rw-r--r-- | ms/controllerblueprints/parent/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -246,11 +246,6 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> - <artifactId>blueprint-scripts</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>service</artifactId> <version>${project.version}</version> </dependency> |