You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by vg...@apache.org on 2024/04/26 05:51:08 UTC

(incubator-hugegraph) 02/04: adjust pom.xml

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

vgalaxies pushed a commit to branch intro-hstore
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit 55c1d6edb219df4a1fe524c3ffd65bc6eb704299
Author: VGalaxies <dy...@gmail.com>
AuthorDate: Fri Apr 26 13:49:08 2024 +0800

    adjust pom.xml
---
 hugegraph-server/hugegraph-hstore/pom.xml | 1 -
 hugegraph-server/pom.xml                  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-server/hugegraph-hstore/pom.xml b/hugegraph-server/hugegraph-hstore/pom.xml
index f777eb05e..64f6e1097 100644
--- a/hugegraph-server/hugegraph-hstore/pom.xml
+++ b/hugegraph-server/hugegraph-hstore/pom.xml
@@ -45,6 +45,5 @@
             <artifactId>hg-pd-client</artifactId>
             <version>${revision}</version>
         </dependency>
-
     </dependencies>
 </project>
diff --git a/hugegraph-server/pom.xml b/hugegraph-server/pom.xml
index 60946101f..4c55da8b3 100644
--- a/hugegraph-server/pom.xml
+++ b/hugegraph-server/pom.xml
@@ -78,6 +78,7 @@
         <module>hugegraph-palo</module>
         <module>hugegraph-hbase</module>
         <module>hugegraph-postgresql</module>
+        <module>hugegraph-hstore</module>
     </modules>
 
     <dependencyManagement>