Skip to content

Commit

Permalink
add grpc inprocess (#19)
Browse files Browse the repository at this point in the history
* add grpc inprocess

* add inprocess
  • Loading branch information
SrikarMannepalli authored Dec 5, 2023
1 parent 93ea6db commit 97ef137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf" }
grpc-api = { module = "io.grpc:grpc-api" }
grpc-netty = { module = "io.grpc:grpc-netty" }
grpc-context = { module = "io.grpc:grpc-context" }
grpc-inprocess = { module = "io.grpc:grpc-inprocess" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.16.0" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }
Expand Down
1 change: 1 addition & 0 deletions test-consumer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {
api(libs.grpc.protobuf)
api(libs.grpc.api)
api(libs.grpc.context)
api(libs.grpc.inprocess)
api(libs.grpc.netty)
api(libs.slf4j2.api)
api(libs.log4j.slf4j2.impl)
Expand Down

0 comments on commit 97ef137

Please sign in to comment.