diff options
author | herbert <herbert.eiselt@highstreet-technologies.com> | 2020-04-06 15:51:35 +0200 |
---|---|---|
committer | herbert <herbert.eiselt@highstreet-technologies.com> | 2020-04-06 15:51:50 +0200 |
commit | c7636d211aa85d7cb5e4006342e421a40b05098c (patch) | |
tree | 2804c15e3934c76dde3326a2075b86de7cee54dd /sdnr/wt/featureaggregator/pom.xml | |
parent | 30691263393c3862ed0707220afeb1a9a44d7773 (diff) |
Add missing base feature aggregator
Issue-ID: SDNC-1148
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I6b50336e968e269c340dc1de7688a52702e6c3e7
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/featureaggregator/pom.xml')
-rwxr-xr-x | sdnr/wt/featureaggregator/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/featureaggregator/pom.xml b/sdnr/wt/featureaggregator/pom.xml index 671cc07da..69140321b 100755 --- a/sdnr/wt/featureaggregator/pom.xml +++ b/sdnr/wt/featureaggregator/pom.xml @@ -43,6 +43,7 @@ <modules> <module>feature</module> <module>feature-devicemanager</module> + <module>feature-devicemanager-base</module> <module>installer</module> </modules> </project> |