JasonQi2020 commented on issue #2040:
URL:
https://github.com/apache/incubator-hugegraph/issues/2040#issuecomment-1344000283
Thanks for your answer.
I tried to follow the solutions that you recommended , but unfortunately it
still doesn't work.
could you please share the version of gremlin and thinkpop in POM.xml
with me ?
I am using the 3.5.2.
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-core</artifactId>
<version>0.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkergraph-gremlin</artifactId>
<version>3.5.2</version>
</dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-driver</artifactId>
<version>3.5.2</version>
<scope>test</scope>
</dependency>
Thanks.
--
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]