aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/app-feature/pom.xml
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-08-31 13:24:43 +0200
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-08-31 13:24:43 +0200
commit7058ffa19dde75c14eb89270c1a57926c0bce4cc (patch)
treed4d278eb926df35832fd69ea778bd9e6dec0f126 /sdnr/wt/odlux/apps/app-feature/pom.xml
parent4bd84bebdaa0c2d82050fbedd1fa8260eb62146d (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/apps/app-feature/pom.xml')
-rw-r--r--sdnr/wt/odlux/apps/app-feature/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/app-feature/pom.xml b/sdnr/wt/odlux/apps/app-feature/pom.xml
index 2aaf573d1..e5575a537 100644
--- a/sdnr/wt/odlux/apps/app-feature/pom.xml
+++ b/sdnr/wt/odlux/apps/app-feature/pom.xml
@@ -97,10 +97,18 @@
<artifactId>sdnr-wt-odlux-app-configurationApp</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sdnr-wt-odlux-app-networkMapApp</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sdnr-wt-odlux-app-linkCalculationApp</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
+
+
+
</dependencies>
</project>