I was attempting to build a Java application using Maven while using the Hibernate with a PostgreSQL database for persistence. What I do not understand is how to connect the PostgreSQL drivers to my application.
I get that you add dependencies in Maven's pom.xml file, which finds jars from a remote repository, though what about other jars?