Skip to content
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

Could not resolve com.surrealdb:surrealdb-driver:0.1.0. #57

Closed
munishchouhan opened this issue Jul 12, 2023 · 5 comments
Closed

Could not resolve com.surrealdb:surrealdb-driver:0.1.0. #57

munishchouhan opened this issue Jul 12, 2023 · 5 comments

Comments

@munishchouhan
Copy link

I am adding java driver as a dependency in my project
But getting error: Could not resolve com.surrealdb:surrealdb-driver:0.1.0.

@phughk
Copy link
Contributor

phughk commented Jul 13, 2023

Hey. The driver is definitely published, so you either have networking issues or config issues.

https://central.sonatype.com/artifact/com.surrealdb/surrealdb-driver/0.1.0

I will close this ticket as based on the above information, it looks like something you may have set up incorrectly. But please comment about more details - perhaps this is some issue we are not aware of.

@phughk phughk closed this as completed Jul 13, 2023
@munishchouhan
Copy link
Author

Yes, the issue was because of the Java version of binary needs to be 17 or later

@phughk
Copy link
Contributor

phughk commented Jul 14, 2023

Good point, thanks for feeding that back! We may reduce the java version requirement in that case. I don't think we are using any functionality beyond 8 anyway. Will create a ticket for this, thanks!

Which version java are you using @munishchouhan ?

@phughk
Copy link
Contributor

phughk commented Jul 14, 2023

Created #58 from this

@munishchouhan
Copy link
Author

Java 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants