Skip to content

Commit

Permalink
chore: Removed redundant deps (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Aug 9, 2024
1 parent a91518c commit 60bba58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,14 @@ jar {
def grpcVersion = '1.65.1'
def protocVersion = '3.25.4'
def slf4jVersion = '2.0.14'
def guavaVersion = '3.2.1-jre'
def testcontainersVersion = '1.20.1'
def jUnitVersion = '5.10.2'

dependencies {
errorprone "com.uber.nullaway:nullaway:0.10.18"

implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-services:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "com.google.guava:guava:${guavaVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"

compileOnly "org.apache.tomcat:annotations-api:6.0.53"
Expand Down

0 comments on commit 60bba58

Please sign in to comment.