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 2022/10/14 11:28:27 UTC

[airavata-data-lake] branch master updated: remove graph impl

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc56c9a  remove graph impl
     new 86793d7  Merge pull request #191 from isururanawaka/mysql_conversion
dc56c9a is described below

commit dc56c9a2b97314ca15ff30283de21bf671b33c69
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Fri Oct 14 07:27:58 2022 -0400

    remove graph impl
---
 data-resource-management-service/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data-resource-management-service/pom.xml b/data-resource-management-service/pom.xml
index 0087d9b..22a4f62 100644
--- a/data-resource-management-service/pom.xml
+++ b/data-resource-management-service/pom.xml
@@ -30,7 +30,7 @@
     <modules>
         <module>drms-stubs</module>
        <module>drms-core</module>
-        <module>drms-graph-impl/drms-api</module>
-        <module>drms-graph-impl/drms-custos-synchronizer</module>
+<!--        <module>drms-graph-impl/drms-api</module>-->
+<!--        <module>drms-graph-impl/drms-custos-synchronizer</module>-->
     </modules>
 </project>
\ No newline at end of file