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 @@ -93,6 +93,7 @@ repositories {
9393
9494dependencies {
9595 compileOnlyApi(libs.terminable)
96+ compileOnlyApi(libs.protobuf)
9697 compileOnlyApi(libs.grpc.protobuf)
9798 compileOnlyApi(libs.grpc.stub)
9899 compileOnlyApi(libs.annotationsapi)
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ grpc = "1.53.0"
44[libraries ]
55lombok = { module = " org.projectlombok:lombok" , version = " 1.18.26" }
66annotations = { module = " org.jetbrains:annotations" , version = " 24.0.1" }
7+ protobuf = { module = " com.google.protobuf:protobuf-java" , version = " 3.22.2" }
78grpc-stub = { module = " io.grpc:grpc-stub" , version.ref = " grpc" }
89grpc-protobuf = { module = " io.grpc:grpc-protobuf" , version.ref = " grpc" }
910annotationsapi = { module = " org.apache.tomcat:annotations-api" , version = " 6.0.53" }
You can’t perform that action at this time.
0 commit comments