diff options
author | 2020-08-31 12:49:34 +0000 | |
---|---|---|
committer | 2020-08-31 12:49:34 +0000 | |
commit | a4ceb7aa23cab5d291d0784095492b001709981f (patch) | |
tree | 25e7c23ef3acc6c201c0d784ea658c155cec2a64 /sdnr/wt/odlux/apps/app-feature | |
parent | b9aba01d54fa0f20c87dcac0f1aaa51bd8128652 (diff) | |
parent | 7058ffa19dde75c14eb89270c1a57926c0bce4cc (diff) |
Merge "Add networkMap"
Diffstat (limited to 'sdnr/wt/odlux/apps/app-feature')
-rw-r--r-- | sdnr/wt/odlux/apps/app-feature/pom.xml | 10 |
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> |