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-09 11:55:03 +0200 |
commit | f4c1060abbad04e6eabea02cfc9338ec51d1246e (patch) | |
tree | 08fe5d26ea651845fccd431d64504a6138caba2d /sdnr/wt/featureaggregator/installer/pom.xml | |
parent | 2ca8c3a4649ad8b552f24e8abbdd971bf7196911 (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/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/featureaggregator/installer/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml index 166e3b252..4b27e6aa2 100755 --- a/sdnr/wt/featureaggregator/installer/pom.xml +++ b/sdnr/wt/featureaggregator/installer/pom.xml @@ -58,6 +58,13 @@ <type>xml</type> <classifier>features</classifier> </dependency> + <dependency> + <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> + <artifactId>sdnr-wt-feature-aggregator-devicemanager-base</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> </dependencies> <build> @@ -145,7 +152,7 @@ </execution> </executions> </plugin> - <plugin> + <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <executions> @@ -168,7 +175,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin> </plugins> </build> </project> |