Your problem is that you declared a dependency to the liquibase-maven-plugin and not the use of it.
You need to include the plugin in the <plugins> section and a <dependency> to the jdbc driver of your database.
This is not related to the rollback. Any other goal can not work this way too.