Off Topic: deploying to azure causes liquibase error

Hi there, maybe some one of you can identify my issue. I have a deployment (Spring Boot) with Vaadin to Azure. But i get the error below. The problem ist, i dont use liquibase in my pom and also i can not find a dependency which uses it.

Does anyone has an idea? This only happens on azure (app service)

 Unable to instantiate factory class [org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer] for factory type [org.springframework.boot.diagnostics.FailureAnalyzer]

java.lang.NoClassDefFoundError: liquibase/exception/ChangeLogParseException

Stupid error. I have added Liquibase to the pom, built and removed it again from the pom then the error was gone.