diff options
author | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-03-15 07:59:22 -0400 |
---|---|---|
committer | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-03-15 07:59:22 -0400 |
commit | ab7895af033ed7fe95fdfc4a013e921764377275 (patch) | |
tree | eba3309a96f9bb2e449fffb2bddd48167b9f7741 /ms/blueprintsprocessor/functions/pom.xml | |
parent | 1b60edb1395afe82c3c34be7958616156af46de4 (diff) |
Add cli executor module.
Change-Id: I56d570204687c51286e8d3631187acea34c1bc1a
Issue-ID: CCSDK-1165
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rwxr-xr-x | 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 dc1eda361..4bc0159f9 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -32,6 +32,7 @@ <module>python-executor</module> <module>netconf-executor</module> <module>restconf-executor</module> + <module>cli-executor</module> </modules> <dependencies> |