This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch intro-pd-service in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit aaec1e2c3795d03e47795408a581b4ea415306ab Author: VGalaxies <[email protected]> AuthorDate: Sat Apr 20 16:01:26 2024 +0800 add deps for hg-pd-test --- hugegraph-pd/hg-pd-test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugegraph-pd/hg-pd-test/pom.xml b/hugegraph-pd/hg-pd-test/pom.xml index f2e187cbe..d36212746 100644 --- a/hugegraph-pd/hg-pd-test/pom.xml +++ b/hugegraph-pd/hg-pd-test/pom.xml @@ -109,6 +109,11 @@ <artifactId>hg-pd-core</artifactId> <version>${revision}</version> </dependency> + <dependency> + <groupId>org.apache.hugegraph</groupId> + <artifactId>hg-pd-service</artifactId> + <version>${revision}</version> + </dependency> <dependency> <groupId>com.google.code.gson</groupId>
