This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git
The following commit(s) were added to refs/heads/main by this push:
new fb9b52b Disable custos sharing integration for now
fb9b52b is described below
commit fb9b52b15488d22fef661da75b9a9968924ba5fe
Author: Marcus Christie <[email protected]>
AuthorDate: Wed May 3 10:26:10 2023 -0400
Disable custos sharing integration for now
---
data-catalog-api/server/pom.xml | 2 +-
data-catalog-api/server/service/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/data-catalog-api/server/pom.xml b/data-catalog-api/server/pom.xml
index 58261a9..a0710fd 100644
--- a/data-catalog-api/server/pom.xml
+++ b/data-catalog-api/server/pom.xml
@@ -47,6 +47,6 @@ under the License.
<module>core</module>
<module>service</module>
<module>simple-sharing</module>
- <module>custos-sharing</module>
+ <!-- <module>custos-sharing</module> -->
</modules>
</project>
diff --git a/data-catalog-api/server/service/pom.xml
b/data-catalog-api/server/service/pom.xml
index 9263f7b..cb18d92 100644
--- a/data-catalog-api/server/service/pom.xml
+++ b/data-catalog-api/server/service/pom.xml
@@ -42,11 +42,11 @@
<artifactId>data-catalog-api-server-simple-sharing</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>data-catalog-api-server-custos-sharing</artifactId>
<version>0.1-SNAPSHOT</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>