Skip to content

Commit

Permalink
[BEAM-12422] Drop other optional logger libraries since Netty can det…
Browse files Browse the repository at this point in the history
…ect which logger is available automatically
  • Loading branch information
lukecwik authored Jul 1, 2021
2 parents 360a1e5 + 999a77e commit 37fd13e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ class GrpcVendoring_1_36_0 {
static List<String> runtimeDependencies() {
return [
'com.google.errorprone:error_prone_annotations:2.4.0',
'commons-logging:commons-logging:1.2',
'org.slf4j:slf4j-api:1.7.30',
// TODO(BEAM-9288): Enable relocation for conscrypt
"org.conscrypt:conscrypt-openjdk-uber:$conscrypt_version"
]
Expand Down Expand Up @@ -158,8 +156,6 @@ class GrpcVendoring_1_36_0 {
"javax/annotation/**",
"junit/**",
"module-info.class",
"org/apache/commons/logging/**",
"org/apache/log/**",
"org/checkerframework/**",
"org/codehaus/mojo/animal_sniffer/**",
"org/conscrypt/**",
Expand All @@ -169,7 +165,6 @@ class GrpcVendoring_1_36_0 {
"org/junit/**",
"org/mockito/**",
"org/objenesis/**",
"org/slf4j/**",
]
}

Expand Down

0 comments on commit 37fd13e

Please sign in to comment.