mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add internal dependency management for gRPC
Closes gh-46444
This commit is contained in:
@@ -46,5 +46,5 @@ dependencies {
|
||||
testImplementation("com.squareup.okhttp3:mockwebserver")
|
||||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
testRuntimeOnly("io.grpc:grpc-api:1.72.0")
|
||||
testRuntimeOnly("io.grpc:grpc-api")
|
||||
}
|
||||
|
||||
@@ -64,5 +64,5 @@ dependencies {
|
||||
testImplementation("org.eclipse.jetty.http2:jetty-http2-server")
|
||||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
testRuntimeOnly("io.grpc:grpc-api:1.72.0")
|
||||
testRuntimeOnly("io.grpc:grpc-api")
|
||||
}
|
||||
|
||||
@@ -90,7 +90,12 @@ bom {
|
||||
"jsr305"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
library("gRPC", "1.73.0") {
|
||||
group("io.grpc") {
|
||||
bom("grpc-bom")
|
||||
}
|
||||
}
|
||||
library("Janino", "3.1.12") {
|
||||
group("org.codehaus.janino") {
|
||||
bom("janino") {
|
||||
|
||||
Reference in New Issue
Block a user