diff options
Diffstat (limited to 'base/http/installer/pom.xml')
-rw-r--r-- | base/http/installer/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 7f8d3e8f..a974d82f 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -27,20 +27,6 @@ <dependency> <groupId>org.onap.ccsdk.sli.adaptors</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.adaptors</groupId> <artifactId>base-http-provider</artifactId> <version>${project.version}</version> </dependency> |