File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf" }
2727grpc-api = { module = " io.grpc:grpc-api" }
2828grpc-netty = { module = " io.grpc:grpc-netty" }
2929grpc-context = { module = " io.grpc:grpc-context" }
30+ grpc-inprocess = { module = " io.grpc:grpc-inprocess" }
3031jackson-bom = { module = " com.fasterxml.jackson:jackson-bom" , version = " 2.16.0" }
3132jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
3233jackson-datatype-jsr310 = { module = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies {
4141 api(libs.grpc.protobuf)
4242 api(libs.grpc.api)
4343 api(libs.grpc.context)
44+ api(libs.grpc.inprocess)
4445 api(libs.grpc.netty)
4546 api(libs.slf4j2.api)
4647 api(libs.log4j.slf4j2.impl)
You can’t perform that action at this time.
0 commit comments