Skip to content

Commit

Permalink
Add protobuf-java implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Aug 27, 2024
1 parent 7104bc1 commit 903a1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ sourceSets { main {

dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "com.google.protobuf:protobuf-java:${protocVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
compileOnly "org.apache.tomcat:annotations-api:6.0.53"
Expand Down

0 comments on commit 903a1af

Please sign in to comment.