diff options
Diffstat (limited to 'adaptors/features/ccsdk-chef-adaptor/pom.xml')
-rw-r--r-- | adaptors/features/ccsdk-chef-adaptor/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adaptors/features/ccsdk-chef-adaptor/pom.xml b/adaptors/features/ccsdk-chef-adaptor/pom.xml index 5f709f9ce..1ac1dd82c 100644 --- a/adaptors/features/ccsdk-chef-adaptor/pom.xml +++ b/adaptors/features/ccsdk-chef-adaptor/pom.xml @@ -17,7 +17,6 @@ <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> <dependencies> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli</artifactId> @@ -26,7 +25,6 @@ <classifier>features</classifier> <scope>provided</scope> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>chef-adaptor-bundle</artifactId> @@ -38,6 +36,5 @@ </exclusion> </exclusions> </dependency> - </dependencies> </project> |