Skip to content

Commit 8347fca

Browse files
authored
use own protobuf version instead of grpc's one.. (#29)
1 parent 9f64b6c commit 8347fca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ repositories {
9393

9494
dependencies {
9595
compileOnlyApi(libs.terminable)
96+
compileOnlyApi(libs.protobuf)
9697
compileOnlyApi(libs.grpc.protobuf)
9798
compileOnlyApi(libs.grpc.stub)
9899
compileOnlyApi(libs.annotationsapi)

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ grpc = "1.53.0"
44
[libraries]
55
lombok = { module = "org.projectlombok:lombok", version = "1.18.26" }
66
annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
7+
protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.22.2" }
78
grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc" }
89
grpc-protobuf = { module = "io.grpc:grpc-protobuf", version.ref = "grpc" }
910
annotationsapi = { module = "org.apache.tomcat:annotations-api", version = "6.0.53" }

0 commit comments

Comments
 (0)