mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove dependency management for Janino
Closes gh-51567
This commit is contained in:
@@ -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,)"
|
||||
|
||||
Reference in New Issue
Block a user