We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91518c commit 60bba58Copy full SHA for 60bba58
build.gradle
@@ -81,17 +81,14 @@ jar {
81
def grpcVersion = '1.65.1'
82
def protocVersion = '3.25.4'
83
def slf4jVersion = '2.0.14'
84
-def guavaVersion = '3.2.1-jre'
85
def testcontainersVersion = '1.20.1'
86
def jUnitVersion = '5.10.2'
87
88
dependencies {
89
errorprone "com.uber.nullaway:nullaway:0.10.18"
90
91
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
92
- implementation "io.grpc:grpc-services:${grpcVersion}"
93
implementation "io.grpc:grpc-stub:${grpcVersion}"
94
- implementation "com.google.guava:guava:${guavaVersion}"
95
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
96
97
compileOnly "org.apache.tomcat:annotations-api:6.0.53"
0 commit comments