diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-08 14:04:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-08 14:04:27 +0000 |
commit | 0ec35d9d478ff14791c151ae5e3a4a3e87274d84 (patch) | |
tree | 9c300ca902b708e949b3e375eadcf245437d34ab /sdnr/wt/featureaggregator/installer/pom.xml | |
parent | 88701a625513a578bac74c5795eefcc0e92b038f (diff) | |
parent | c7636d211aa85d7cb5e4006342e421a40b05098c (diff) |
Merge "Add missing base feature aggregator"
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 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> |