aboutsummaryrefslogtreecommitdiffstats
path: root/filters/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filters/installer/pom.xml')
-rwxr-xr-xfilters/installer/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml
index 6bef4c19..089b2f43 100755
--- a/filters/installer/pom.xml
+++ b/filters/installer/pom.xml
@@ -24,28 +24,11 @@
</properties>
<dependencies>
-
- <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>filters-provider</artifactId>
<version>${project.version}</version>
</dependency>
-
-
</dependencies>
<build>