diff options
author | Brinda Santh <bs2796@att.com> | 2019-09-23 10:10:58 -0400 |
---|---|---|
committer | Brinda Santh Muthuramalingam <bs2796@att.com> | 2019-09-25 16:01:44 +0000 |
commit | 807fbaae96dc75294fe17c933b43261011f33309 (patch) | |
tree | fee0a5f7454a62b5b2717556bbeb96c3589b659d /ms/pom.xml | |
parent | 054b1d80f19d27fb8766bf70339ec5b7a351ac2e (diff) |
Add bi-directional GRPC python executor.
Python based bidirectional communication script executor microservice.
Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
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> |