I want to have Liquibase configured with my spring boot aplication, so I added dependencies to pom.xml and set the path to master.xml in application.properties. This works fine
Add liquibase.enabled=false in your application.properties file
liquibase.enabled=false
Reference
But if you don't want to use liquibase from application anymore, remove liquibase starter altogether from pom.