The problem was in runnig the application from the .jar with the command:
java -jar <path-to-liquibase-jar>
The liquibase command solve the error.
Thanks for the help.
java -jar <path-to-liquibase-jar>
The liquibase command solve the error.
Thanks for the help.