diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-18 14:14:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-18 14:14:38 +0000 |
commit | 053895e37df903e11ef29b4e28572a31f896dba9 (patch) | |
tree | 51619901063f6ca988558bdeb5a95b87eb581245 /ms/blueprintsprocessor/functions/pom.xml | |
parent | f69938ae11e0db78d41b8ea3397a51938161f022 (diff) | |
parent | ada372a56d25b41e5a0926a18bf911d20102810f (diff) |
Merge "Add message prioritization module"
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 3ee6737ef..38f9071ee 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -39,6 +39,7 @@ <module>restconf-executor</module> <module>cli-executor</module> <module>config-snapshots</module> + <module>message-prioritizaion</module> </modules> <dependencies> |