Skip to content

Commit 97ef137

Browse files
add grpc inprocess (#19)
* add grpc inprocess * add inprocess
1 parent 93ea6db commit 97ef137

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf" }
2727
grpc-api = { module = "io.grpc:grpc-api" }
2828
grpc-netty = { module = "io.grpc:grpc-netty" }
2929
grpc-context = { module = "io.grpc:grpc-context" }
30+
grpc-inprocess = { module = "io.grpc:grpc-inprocess" }
3031
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.16.0" }
3132
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
3233
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }

test-consumer/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)