From 48c8928d0c682be18dda8f71a2300736320c8819 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 15:44:12 +0100 Subject: [PATCH] Manage ehcache dependencies without their classifiers as well Closes gh-37243 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ed0dca0125c..c5a847114cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -220,10 +220,12 @@ bom { library("Ehcache3", "3.10.8") { group("org.ehcache") { modules = [ + "ehcache", "ehcache" { classifier = 'jakarta' }, "ehcache-clustered", + "ehcache-transactions", "ehcache-transactions" { classifier = 'jakarta' }