File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 21
21
<plugin >
22
22
<groupId >org.apache.maven.plugins</groupId >
23
23
<artifactId >maven-dependency-plugin</artifactId >
24
- <version >3.6.0</version >
25
24
<configuration >
26
- <ignoredUnusedDeclaredDependencies >io.opencensus:opencensus-impl</ignoredUnusedDeclaredDependencies >
25
+ <ignoredUnusedDeclaredDependencies >
26
+ <ignoredUnusedDeclaredDependency >io.opencensus:opencensus-impl</ignoredUnusedDeclaredDependency >
27
+ <ignoredUnusedDeclaredDependency >io.grpc:grpc-context</ignoredUnusedDeclaredDependency >
28
+ </ignoredUnusedDeclaredDependencies >
27
29
</configuration >
28
30
</plugin >
29
31
<plugin >
153
155
<groupId >com.google.j2objc</groupId >
154
156
<artifactId >j2objc-annotations</artifactId >
155
157
</dependency >
158
+ <dependency >
159
+ <!--
160
+ This grpc-context is not directly used but to override
161
+ outdated grpc-context coming from opencensus-api
162
+ https://github.com/googleapis/google-api-java-client/issues/2416
163
+ -->
164
+ <groupId >io.grpc</groupId >
165
+ <artifactId >grpc-context</artifactId >
166
+ </dependency >
156
167
<dependency >
157
168
<groupId >io.opencensus</groupId >
158
169
<artifactId >opencensus-api</artifactId >
Original file line number Diff line number Diff line change 238
238
<artifactId >j2objc-annotations</artifactId >
239
239
<version >2.8</version >
240
240
</dependency >
241
+ <dependency >
242
+ <groupId >io.grpc</groupId >
243
+ <artifactId >grpc-context</artifactId >
244
+ <version >1.60.1</version >
245
+ </dependency >
241
246
<dependency >
242
247
<groupId >io.opencensus</groupId >
243
248
<artifactId >opencensus-api</artifactId >
You can’t perform that action at this time.
0 commit comments