diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-11 14:54:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-11 14:54:56 +0000 |
commit | 772848352b666a72a424eca12787e8a7f7ddb34e (patch) | |
tree | d113a002a82cc0fba76b5cf7c0f59b2351804156 /ms/blueprintsprocessor/functions/pom.xml | |
parent | d58f75827760b9bcd9d71342e663817245f57858 (diff) | |
parent | 3365c01de8515e0ea7a0c26fbdfb296661bf6b92 (diff) |
Merge "Add Netconf Executor Function module"
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/functions/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index efd550dd..e4f8c844 100644 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -32,6 +32,7 @@ <modules> <module>resource-resolution</module> <module>python-executor</module> + <module>netconf-executor</module> </modules> <dependencies> |