imbajin commented on issue #410:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/issues/410#issuecomment-1373379398
Please use the apache version client `1.0.0`, like in `pom.xml`
```xml
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.0.0</version>
<!-- add repo to get the staging dependence -->
<repositories>
<repository>
<id>staged-releases</id>
<name>staged-releases</name>
<url>https://repository.apache.org/content/groups/staging/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
```
@z7658329 we should add a doc for users to know it (it's a breaking change)
--
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]