Skip to content

Commit

Permalink
Dependency override
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Apr 12, 2021
1 parent 56fb4e8 commit 6c1d347
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,16 @@ subprojects {
dependencies.runtimeOnly project(':grpc-context')
censusApiDependency 'runtimeOnly'
guavaDependency 'runtimeOnly'

// We can remove this dependency override once org.apache.httpcomponents:httpclient:4.5.13
// is released with org.apache.httpcomponents:httpcore:4.4.14 dependency, and
// com.google.http-client:google-http-client:1.39.1 is upgraded with them.
// https://github.com/grpc/grpc-java/issues/8037
configurations.all {
resolutionStrategy {
force 'org.apache.httpcomponents:httpcore:4.4.14'
}
}
}

// A util function to config perfmark dependency with transitive
Expand Down

0 comments on commit 6c1d347

Please sign in to comment.