diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-06 14:33:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-06 14:33:23 +0000 |
commit | 0cb20a7353fd1860bfadbd168a1ff4d8a9fa5398 (patch) | |
tree | ba0ae34b140b90429c38b05c1e0648ba0f7660ff | |
parent | f4b090e74e47ba7b3e6c9b12e41060b2f3ebcc0e (diff) | |
parent | db84f62dac3d16338d1140c7580aa729d052f47e (diff) |
Merge "Add dmaaplistener to modules, installation pom.xml"
Former-commit-id: 9263e8ea78e84cb220e2f4d8e03fade3cf13a44f
-rw-r--r-- | installation/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installation/pom.xml b/installation/pom.xml index 7185d075..12035bf1 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -30,6 +30,7 @@ <modules> <module>sdnc</module> <module>admportal</module> - <module>ueb-listener</module> + <module>ueb-listener</module> + <module>dmaap-listener</module> </modules> </project> |