You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2023/02/08 03:46:58 UTC

[airavata-custos] branch baremetal updated: remove sharing core impl from tenant management pom

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/baremetal by this push:
     new d64ca2001 remove sharing core impl from tenant management pom
     new 8c29e750a Merge pull request #345 from isururanawaka/baremetal
d64ca2001 is described below

commit d64ca2001e35f7e044e9b1e84117f0508f6cda17
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Tue Feb 7 22:46:21 2023 -0500

    remove sharing core impl from tenant management pom
---
 .../custos-integration-services/tenant-management-service/pom.xml    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/custos-services/custos-integration-services/tenant-management-service/pom.xml b/custos-services/custos-integration-services/tenant-management-service/pom.xml
index aa5173ff5..9e7740dfe 100644
--- a/custos-services/custos-integration-services/tenant-management-service/pom.xml
+++ b/custos-services/custos-integration-services/tenant-management-service/pom.xml
@@ -132,11 +132,6 @@
               <groupId>com.google.api.grpc</groupId>
               <artifactId>proto-google-common-protos</artifactId>
           </dependency>
-        <dependency>
-            <groupId>org.apache.custos</groupId>
-            <artifactId>sharing-core-impl</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.custos</groupId>
             <artifactId>messaging-core-service-client-stub</artifactId>