Skip to content

Commit 60bba58

Browse files
authored
chore: Removed redundant deps (#50)
1 parent a91518c commit 60bba58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,14 @@ jar {
8181
def grpcVersion = '1.65.1'
8282
def protocVersion = '3.25.4'
8383
def slf4jVersion = '2.0.14'
84-
def guavaVersion = '3.2.1-jre'
8584
def testcontainersVersion = '1.20.1'
8685
def jUnitVersion = '5.10.2'
8786

8887
dependencies {
8988
errorprone "com.uber.nullaway:nullaway:0.10.18"
9089

9190
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
92-
implementation "io.grpc:grpc-services:${grpcVersion}"
9391
implementation "io.grpc:grpc-stub:${grpcVersion}"
94-
implementation "com.google.guava:guava:${guavaVersion}"
9592
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
9693

9794
compileOnly "org.apache.tomcat:annotations-api:6.0.53"

0 commit comments

Comments
 (0)