zhenyuT commented on issue #505:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/issues/505#issuecomment-1840268691
尝试升级hugegraph-client版本到1.2.0(stage仓库),解决了和fastjson冲突报错的问题
修改配置如下:
```
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.2.0</version>
</dependency>
```
```
<repositories>
<repository>
<id>staged-releases</id>
<url>https://repository.apache.org/content/groups/staging/</url>
</repository>
</repositories>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]