javeme commented on code in PR #347:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/347#discussion_r1010369861
##########
hugegraph-client/pom.xml:
##########
@@ -38,7 +38,16 @@
<artifactId>hugegraph-common</artifactId>
<version>${hugegraph.common.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
Review Comment:
prefer to don't depend on hbase client in hugegraph-client, becaust it may
import a large number of other dependent libraries.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]