xds: Remove unused Bouncy Castle dependency

This commit is contained in:
Eric Anderson 2022-06-06 11:58:45 -07:00
parent 01faeee877
commit 4d00e0cb02
2 changed files with 0 additions and 3 deletions

View File

@ -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',

View File

@ -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