diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-30 14:26:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 14:26:57 +0000 |
commit | 3bdfeb467fa4d26fa174ea4f27b256bb0abaf9d8 (patch) | |
tree | bcbeef749bb6e84e628e7f662e9b6bd07fb6fac3 /ms/pom.xml | |
parent | 5519b94eb8cb45694418a2a00fdb28f332b93c6b (diff) | |
parent | 807fbaae96dc75294fe17c933b43261011f33309 (diff) |
Merge "Add bi-directional GRPC python executor."
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/pom.xml b/ms/pom.xml index ba5a5b0c7..5e8761be8 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -34,6 +34,7 @@ <modules> <module>controllerblueprints</module> <module>blueprintsprocessor</module> + <module>py-executor</module> <module>command-executor</module> <module>sdclistener</module> </modules> |