aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/featureaggregator/installer/pom.xml
diff options
context:
space:
mode:
authorherbert <herbert.eiselt@highstreet-technologies.com>2020-04-06 15:51:35 +0200
committerherbert <herbert.eiselt@highstreet-technologies.com>2020-04-06 15:51:50 +0200
commitc7636d211aa85d7cb5e4006342e421a40b05098c (patch)
tree2804c15e3934c76dde3326a2075b86de7cee54dd /sdnr/wt/featureaggregator/installer/pom.xml
parent30691263393c3862ed0707220afeb1a9a44d7773 (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-xsdnr/wt/featureaggregator/installer/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml
index bd8c3abdc..185ff1f53 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>