'How to let my spring tool suite see the postgres driver

First , i downloaded the postgres driver from the internet from https://jdbc.postgresql.org/download.html.

Then i created a maven project and converted it to jpa project by right clicking on the project ---> configure ---> convert to JPA Project.

After that i want to add the postgres connection the driver that i've just downloaded, but i'm not finding the postgres driver option, i just found the default jdbc. Here is what i am getting: enter image description here

So please does anyone know why i'm not getting the postgres JDBC driver in the driver options ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source