diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 10:24:29 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 10:24:29 -0500 |
commit | a55a4e30507c25c21c7f1df830f5d5189e03c038 (patch) | |
tree | c1c23e7259521fd3bbd1711c837f6ea939ed001d /dblib/installer/pom.xml | |
parent | 6fd84f1422338180459ca6442be96440f116da44 (diff) |
Refactor features to separate installer
Refactor karaf feature.xml files to separate installer
Change-Id: I2afade9862227175853d9fe36c5bc9b113e3d582
Issue-ID: CCSDK-1754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dblib/installer/pom.xml')
-rwxr-xr-x | dblib/installer/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index bf19ba0eb..caa0c0be8 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -27,20 +27,6 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</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.core</groupId> <artifactId>dblib-provider</artifactId> <version>${project.version}</version> </dependency> |