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