diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-04-09 16:13:38 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-04-09 16:32:28 -0400 |
commit | 19c7de1f524478ea351f4d2dcd76508455a75ba8 (patch) | |
tree | 4c743f17cf7a929c762d4441e721db82235a0caf /adaptors/features/ccsdk-chef-adaptor | |
parent | b7ec07f694f42f50fd2d32e1bed919e9ca27aa53 (diff) |
Moving ssh-adaptor from APPC to CCSDK
Issue-ID: CCSDK-3198
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Icb363093d49595fba8d60045cb7cab49ce4198bc
Diffstat (limited to 'adaptors/features/ccsdk-chef-adaptor')
-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> |