From c46b45a1e3501f2df4217faf63366fa74f405b33 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 11 Feb 2022 11:34:51 +0000 Subject: [PATCH] Add dependency management for liquibase-cdi Closes gh-29676 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e442c62881e..718978aa932 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1050,6 +1050,7 @@ bom { library("Liquibase", "4.3.5") { group("org.liquibase") { modules = [ + "liquibase-cdi", "liquibase-core" ] plugins = [