8000 depend on grpc-context · Anusien/google-http-java-client@0e9165a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e9165a

Browse files
committed
depend on grpc-context
1 parent ade23dc commit 0e9165a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@
241241
<artifactId>j2objc-annotations</artifactId>
242242
<version>1.3</version>
243243
</dependency>
244+
<!-- without this OpenCensus uses an older version of grpc-context -->
245+
<dependency>
246+
<groupId>io.grpc</groupId>
247+
<artifactId>grpc-context</artifactId>
248+
<version>1.24.0</version>
249+
</dependency>
244250
<dependency>
245251
<groupId>io.opencensus</groupId>
246252
<artifactId>opencensus-api</artifactId>

0 commit comments

Comments
 (0)
0