From 4bd84bebdaa0c2d82050fbedd1fa8260eb62146d Mon Sep 17 00:00:00 2001 From: Aijana Schumann Date: Thu, 27 Aug 2020 09:01:53 +0200 Subject: Add link calculation app Add link calculation app to odlux Issue-ID: CCSDK-2562 Signed-off-by: Aijana Schumann Change-Id: Ifc0a5b2a8bb974dfd85d70a9f05990b1f11925a3 Signed-off-by: Aijana Schumann --- sdnr/wt/odlux/apps/app-feature/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sdnr/wt/odlux/apps/app-feature/pom.xml') diff --git a/sdnr/wt/odlux/apps/app-feature/pom.xml b/sdnr/wt/odlux/apps/app-feature/pom.xml index bad5196a1..2aaf573d1 100644 --- a/sdnr/wt/odlux/apps/app-feature/pom.xml +++ b/sdnr/wt/odlux/apps/app-feature/pom.xml @@ -46,6 +46,11 @@ + + true + true + + ${project.groupId} @@ -92,5 +97,10 @@ sdnr-wt-odlux-app-configurationApp ${project.version} + + ${project.groupId} + sdnr-wt-odlux-app-linkCalculationApp + ${project.version} + -- cgit 1.2.3-korg