'DBeaver error resolving maven dependencies
I am trying to connect to a remote MySQL database using DBeaver 3.6.3. But when I try to add the server as a new connection, I need to select a connection type. I select MySQL and as soon as I click on next, it gives me this error

I have tried restoring driver settings to default - no effect. I have tried removing the metadata folder in Users and restarting - no effect
Solution 1:[1]
It is possible that you don't have direct internet access on your working plan (e.g. because of some corporate proxy). In this case you could try:
Download drivers manually from https://jdbc.postgresql.org/download.html and then add jars in driver editor Try to configure HTTP proxy in preferences
Note: Ref site
Solution 2:[2]
if any body is facing the above issue then remove the jar files from dbvear library and add the below jar file download from the link below and add it in the driver library and try to connect it.it worked for me hope this might helpful
https://jar-download.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/8.2.0.jre8/source-code
Solution 3:[3]
I fixed maven dependencies error encountered while installing db driver as follow:
- first set up
http_proxyif needed - then add the mvn URL repository in the download configuration settings as describe in this issue
Solution tested on DBeaver Version 21.3.5
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Aashiq |
| Solution 2 | user15368123 |
| Solution 3 | ben.IT |
