diff options
author | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-08-31 13:24:43 +0200 |
---|---|---|
committer | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-08-31 13:24:43 +0200 |
commit | 7058ffa19dde75c14eb89270c1a57926c0bce4cc (patch) | |
tree | d4d278eb926df35832fd69ea778bd9e6dec0f126 /sdnr/wt/odlux/pom.xml | |
parent | 4bd84bebdaa0c2d82050fbedd1fa8260eb62146d (diff) |
Add networkMap
Add NetworkMap to odlux
Issue-ID: CCSDK-2560
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I204bcace9d12f8a26edfa347ee9b7d292c52f030
Diffstat (limited to 'sdnr/wt/odlux/pom.xml')
-rw-r--r-- | sdnr/wt/odlux/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index a822d3d08..c4e1615d6 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -52,6 +52,7 @@ <module>apps/performanceHistoryApp</module> <module>apps/eventLogApp</module> <module>apps/configurationApp</module> + <module>apps/networkMapApp</module> <module>apps/linkCalculationApp</module> <module>apps/app-feature</module> <module>apps/app-installer</module> |