diff options
author | Grzegorz Wielgosinski <g.wielgosins@samsung.com> | 2021-02-03 12:56:59 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-02-03 14:08:31 +0000 |
commit | efe93197f7aa9b1acbcdd426f433d21506b3bbb0 (patch) | |
tree | fe5f8649f4225b0540db58e8e0dbf034b6e9fcb9 /ms/blueprintsprocessor/application/pom.xml | |
parent | 6c535a2915104589dc6da3146792e72792d0ef9c (diff) |
Issue-ID: CCSDK-3130
1. Change module name to k8s-connection-plugin
2. Move K8sPluginApi.kt and K8sUploadFileRestClientService.kt out of profile.upload package
Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com>
Change-Id: I1708428ce986bc97e69dfbef9cf837a8039ccfe8
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index a4776e73e..b99a7c5b3 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -123,7 +123,7 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> - <artifactId>k8s-profile-upload</artifactId> + <artifactId>k8s-connection-plugin</artifactId> </dependency> <!-- Test Dependencies --> |