From 6065f219b34104e3e4f50999498b81d2b8ef02a9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 20:09:07 +0000 Subject: [PATCH] Provide dependency management for org.crac:crac Closes gh-38378 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 +++++++ spring-boot-project/spring-boot-parent/build.gradle | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 1432506b6b69..374028a560f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -214,6 +214,13 @@ bom { ] } } + library("Crac", "1.4.0") { + group("org.crac") { + modules = [ + "crac" + ] + } + } library("DB2 JDBC", "11.5.8.0") { group("com.ibm.db2") { modules = [ diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index a457cd8d17e6..09564f5bfd55 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -48,13 +48,6 @@ bom { ] } } - library("Crac", "1.4.0") { - group("org.crac") { - modules = [ - "crac" - ] - } - } library("Jakarta Inject", "2.0.1") { group("jakarta.inject") { modules = [