File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ dependencies {
4
4
compile project(' :grpc-context' ),
5
5
libraries. guava,
6
6
libraries. errorprone,
7
- libraries. jsr305,
8
- libraries. opencensus_contrib_grpc_metrics
7
+ libraries. jsr305
9
8
compile (libraries. instrumentation_api) {
10
9
// prefer 2.0.19 from libraries instead of 2.0.11
11
10
exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
@@ -20,6 +19,12 @@ dependencies {
20
19
// we'll always be more up-to-date
21
20
exclude group : ' io.grpc' , module : ' grpc-context'
22
21
}
22
+ compile (libraries. opencensus_contrib_grpc_metrics) {
23
+ // prefer 3.0.0 from libraries instead of 3.0.1
24
+ exclude group : ' com.google.code.findbugs' , module : ' jsr305'
25
+ // we'll always be more up-to-date
26
+ exclude group : ' io.grpc' , module : ' grpc-context'
27
+ }
23
28
24
29
testCompile project(' :grpc-testing' )
25
30
You can’t perform that action at this time.
0 commit comments