From bc46876bee5cbc6ccce0ce292b3678c9bebad35b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Sep 2026 09:03:05 +0100 Subject: [PATCH] Remove dependency management for Janino Closes gh-51567 --- core/spring-boot/build.gradle | 1 - platform/spring-boot-dependencies/build.gradle | 9 --------- platform/spring-boot-internal-dependencies/build.gradle | 7 ------- 3 files changed, 17 deletions(-) diff --git a/core/spring-boot/build.gradle b/core/spring-boot/build.gradle index e94b0e03072..797a9e8261b 100644 --- a/core/spring-boot/build.gradle +++ b/core/spring-boot/build.gradle @@ -64,7 +64,6 @@ dependencies { testImplementation("org.apache.tomcat:tomcat-jdbc") testImplementation("org.apache.tomcat.embed:tomcat-embed-core") testImplementation("org.apache.tomcat.embed:tomcat-embed-jasper") - testImplementation("org.codehaus.janino:janino") testImplementation("org.eclipse.jetty:jetty-client") testImplementation("org.eclipse.jetty.http2:jetty-http2-client") testImplementation("org.eclipse.jetty.http2:jetty-http2-client-transport") diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 6cfca8967d8..214b58deba6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1026,15 +1026,6 @@ bom { releaseNotes("https://github.com/jakartaee/jax-ws-api/releases/tag/{version}") } } - library("Janino", "3.1.12") { - group("org.codehaus.janino") { - modules = [ - "commons-compiler", - "commons-compiler-jdk", - "janino" - ] - } - } library("Javax Cache", "1.1.1") { group("javax.cache") { modules = [ diff --git a/platform/spring-boot-internal-dependencies/build.gradle b/platform/spring-boot-internal-dependencies/build.gradle index 38a9d2a9acb..772bcc86b75 100644 --- a/platform/spring-boot-internal-dependencies/build.gradle +++ b/platform/spring-boot-internal-dependencies/build.gradle @@ -94,13 +94,6 @@ bom { ] } } - library("Janino", "3.1.12") { - group("org.codehaus.janino") { - bom("janino") { - permit("junit:junit") - } - } - } library("JLine", "2.11") { prohibit { versionRange "[2.12,)"