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

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

commit cc156bfe4049dc953a74a8e86c0847efe3659c61
Author: VGalaxies <[email protected]>
AuthorDate: Thu Mar 14 14:09:47 2024 +0800

    add deps for hg-pd-test
---
 hugegraph-pd/hg-pd-test/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/hugegraph-pd/hg-pd-test/pom.xml b/hugegraph-pd/hg-pd-test/pom.xml
index 31c0fd889..f2e187cbe 100644
--- a/hugegraph-pd/hg-pd-test/pom.xml
+++ b/hugegraph-pd/hg-pd-test/pom.xml
@@ -99,6 +99,16 @@
             <artifactId>hg-pd-common</artifactId>
             <version>${revision}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.hugegraph</groupId>
+            <artifactId>hg-pd-client</artifactId>
+            <version>${revision}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hugegraph</groupId>
+            <artifactId>hg-pd-core</artifactId>
+            <version>${revision}</version>
+        </dependency>
 
         <dependency>
             <groupId>com.google.code.gson</groupId>

Reply via email to