diff options
author | 2018-11-19 12:48:31 -0500 | |
---|---|---|
committer | 2018-11-28 19:46:23 -0500 | |
commit | d2ec19b59ee0bdc1ba3a22baff5d0d30bd8a9e19 (patch) | |
tree | d0ddce3aee20da3f8ea6376b4201d13e5ed1cd83 /ms/blueprintsprocessor/functions/pom.xml | |
parent | 3f83c10aa60ccecd020b06917de694ec11f544b0 (diff) |
Implement Base Jython Executor function.
Change-Id: I3fb066a021de4a7b3aa1fce7f6c191bc3944fb51
Issue-ID: CCSDK-696
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
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 50ea7b0e7..efd550ddb 100644 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -31,6 +31,7 @@ <description>Blueprints Processor Functions POM</description> <modules> <module>resource-resolution</module> + <module>python-executor</module> </modules> <dependencies> |