but each time execute the plugin with mvn liquibase:update I’ve got an Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlElement exception.
Thanks. I also answered and post the answer here as well, to avoid other people to make the same mistake as me .
I was adding the dependencies in the wrong place. I was adding them as 'regular' dependencies in the pom. I didn't know that I had to add them in the plugin as follows: