diff options
Diffstat (limited to 'northbound/features/installer/pom.xml')
-rwxr-xr-x | northbound/features/installer/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/northbound/features/installer/pom.xml b/northbound/features/installer/pom.xml index d1afadf18..46f990234 100755 --- a/northbound/features/installer/pom.xml +++ b/northbound/features/installer/pom.xml @@ -77,7 +77,6 @@ </exclusions> </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>${application.name}</artifactId> @@ -92,7 +91,6 @@ </exclusions> </dependency> - </dependencies> <build> @@ -151,7 +149,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.onap.ccsdk.sli.northbound</includeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli.northbound</includeGroupIds> <scope>provided</scope> </configuration> </execution> |