-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for neo4j-gremlin 3.4.8 #21
Comments
You should be able to just update the dependency locally. |
You mean I should change it in the pom and compile it locally? |
Yes. I can actually not remember, if it bundles neo4j jars or just links to them. In the latter case you should be able to just replace them with the newer version. |
What if I do that and provide a pull request? |
sure, go ahead. Thank you. You will need to sign our CLA though https://neo4j.com/developer/cla |
So I got this error while bulding:
So this means I need to access those jars locally somehow I guess...? |
Yes since 3.5 the enterprise jars are no longer in maven central just in the binary distribution. Also as HA has been removed from 4.0 onwards, I would say the best thing is to remove the Cluster/Enterprise bits from the code. Customers/users that have access can put the dependencies in if needed. |
Ok, so I cannot compile it? Here I am working on the 3.5 branch yet, so I think HA can stay there |
Hi, I have this pull request pending, but not sure how to fix it |
Is
neo4j-gremlin
3.4.8
supported yet? I cannot find in maven central the corresponding dependencylatest is
0.9-3.4.0
?The text was updated successfully, but these errors were encountered: