package me.bvn13.service.db.patcher; import org.springframework.context.annotation.Import; @Import({ me.bvn13.service.db.patcher.LiquibaseTestConfig.class }) public class DbPatcherTestConfig { }