Skip to content

Commit

Permalink
weird that io.grpc:grpc-context is lost in compilation scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnism committed Sep 17, 2019
1 parent 51d6bbf commit 359f41f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoconfigure/storage-stackdriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
<version>${grpc.version}</version>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-trace-v2</artifactId>
Expand Down

0 comments on commit 359f41f

Please sign in to comment.