HELP- can't run liquibase in command-line to PostgreSQL

I’ve created a liquibase.properties like this:

Connection could not be created to postgresql://localhost:5432/mydatabase with driver org.postgresql.Driver.  Possibly the wrong driver for the given database URL
So, it’s very frustrating, since this should be the simplest way to use liquibase.

NOTE: I added specifically the relationship with postgresql