diff options
author | gaurav <gaurav.agrawal@huawei.com> | 2018-09-20 19:58:16 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2018-09-20 14:41:53 +0000 |
commit | 38233090ad50510f2de63f353989c6f8e08487a9 (patch) | |
tree | c80e5423dc8904f00b8e7b3c98dc8d38ba14d9c7 | |
parent | cf1e86c9cd25d5fc522de4150f3861e7f0f0db6b (diff) |
Fixed issue with datachange
Updates include:
- Added missing datachange to the the parent pom required
to load DGs during startup.
Change-Id: Idc726b9a9f411acfdc4fe8f9d62ada23e2cff3b4
Issue-ID: SDNC-354
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Former-commit-id: e28e58edb16aa9252438fe88b68d6570753636e3
-rw-r--r-- | platform-logic/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 97369117..4fb18398 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -26,6 +26,7 @@ <module>vnfapi</module> <module>lcm</module> <module>restapi-templates</module> + <module>datachange</module> <module>installer</module> </modules> |