SpringWeb and Liquidbase conflice

Hey @Prachi,

It seems like you are not using the Spring Boot starters provided by Flowable. We are explicitly disabling the Spring Boot liquibase support and something like this cannot happen.

You can also manually disable this by setting spring.liquibase.enabled=false.

Cheers,
Filip