mirror of https://github.com/grpc/grpc-java.git
xds: Remove unused Bouncy Castle dependency
This commit is contained in:
parent
01faeee877
commit
4d00e0cb02
|
@ -190,8 +190,6 @@ subprojects {
|
|||
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:2.5.1',
|
||||
re2j: 'com.google.re2j:re2j:1.5',
|
||||
|
||||
bouncycastle: 'org.bouncycastle:bcpkix-jdk15on:1.67',
|
||||
|
||||
// Test dependencies.
|
||||
junit: 'junit:junit:4.12',
|
||||
mockito: 'org.mockito:mockito-core:3.3.3',
|
||||
|
|
|
@ -35,7 +35,6 @@ dependencies {
|
|||
project(path: ':grpc-alts', configuration: 'shadow'),
|
||||
libraries.gson,
|
||||
libraries.re2j,
|
||||
libraries.bouncycastle,
|
||||
libraries.autovalue_annotation,
|
||||
libraries.opencensus_proto,
|
||||
libraries.protobuf_util
|
||||
|
|
Loading…
Reference in New Issue