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/modules/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/modules/pom.xml')
-rw-r--r-- | ms/controllerblueprints/modules/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/pom.xml b/ms/controllerblueprints/modules/pom.xml index 3310c3824..0a7e82c2b 100644 --- a/ms/controllerblueprints/modules/pom.xml +++ b/ms/controllerblueprints/modules/pom.xml @@ -31,7 +31,6 @@ <module>blueprint-core</module> <module>resource-dict</module> <module>db-resources</module> - <module>blueprint-scripts</module> <module>blueprint-validation</module> <module>service</module> </modules> |