diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 14:48:58 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 14:48:58 -0500 |
commit | 893680f892ab0dc6871c35cdf21af1da2d38edf2 (patch) | |
tree | ba752c48daad086ddf649315579df36ad5916b15 /daexim-offsite-backup/installer/pom.xml | |
parent | 3b423f520594457ab8bf98d576ea1f8987ba3aab (diff) |
Refactor features to separate installer
Refactor karaf feature.xml files to separate installer
Change-Id: I32eace0e537ff302bf52c664f8c90dfbbe01a545
Issue-ID: CCSDK-1754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'daexim-offsite-backup/installer/pom.xml')
-rwxr-xr-x | daexim-offsite-backup/installer/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/daexim-offsite-backup/installer/pom.xml b/daexim-offsite-backup/installer/pom.xml index 3e36f56ed..dae4a4fd3 100755 --- a/daexim-offsite-backup/installer/pom.xml +++ b/daexim-offsite-backup/installer/pom.xml @@ -22,19 +22,6 @@ <dependencies> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>${application.name}</artifactId> - <version>${project.version}</version> - <type>xml</type> - <classifier>features</classifier> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>daexim-offsite-backup-provider</artifactId> <version>${project.version}</version> </dependency> |