Skip to content

Commit

Permalink
Transitive dependencies grpc-protobuf, grpc-protobuf-lite,
Browse files Browse the repository at this point in the history
grpc-protobuf-stub, grpc-protobuf-grpclb v 1.23.0 are also excluded.
  • Loading branch information
ghubstan committed Mar 21, 2020
1 parent 506a000 commit 06596cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ configure(project(':relay')) {
exclude(module: 'grpc-core')
exclude(module: 'grpc-api')
exclude(module: 'grpc-context')
exclude(module: 'grpc-protobuf')
exclude(module: 'grpc-protobuf-lite')
exclude(module: 'grpc-protobuf-stub')
exclude(module: 'grpc-protobuf-grpclb')
exclude(module: 'grpc-netty-shaded')
}
compile "commons-codec:commons-codec:$codecVersion"
Expand Down

0 comments on commit 06596cf

Please sign in to comment.