Remove dependency management for Janino

Closes gh-51567
This commit is contained in:
Andy Wilkinson
2026-09-04 09:03:05 +01:00
parent 73d3795662
commit bc46876bee
3 changed files with 0 additions and 17 deletions
-1
View File
@@ -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")
@@ -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 = [
@@ -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,)"