We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeb9c1 commit ac840a3Copy full SHA for ac840a3
jnosql-tinkerpop/pom.xml
@@ -26,7 +26,9 @@
26
<artifactId>jnosql-mapping-graph</artifactId>
27
28
<properties>
29
- <antlr4.version>4.9.3</antlr4.version>
+ <tinkerpop.version>3.7.3</tinkerpop.version>
30
+ <neo4j.connector.version>0.9-3.4.0</neo4j.connector.version>
31
+ <antlr4.version>4.9.1</antlr4.version>
32
<!-- it's required by the 'org.neo4j' libraries -->
33
<argLine> --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED </argLine>
34
0 commit comments