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 | 08c228c21d6af9f8f9db0ca689fc71650bcbfef4 (patch) | |
tree | e18ad3dd4806784db311dddfa516975c1552cfab /ms/blueprintsprocessor/functions/pom.xml | |
parent | 00aeb84ea58ec9b71db59f6b32b34f2a6f25e9d5 (diff) | |
parent | 88c3ca25f1f06fae414be5c0fd2e3d1d09aab15a (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 efd550ddb..e4f8c8444 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> |