Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix: bom missing dep (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Nov 11, 2019
1 parent e911c0d commit 7049c28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-trace-bom/pom.xml
Expand Up @@ -70,6 +70,11 @@
<artifactId>grpc-google-cloud-trace-v1</artifactId>
<version>0.74.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-trace-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-trace-v2</artifactId>
<version>0.74.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-trace-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-trace-v2</artifactId>
Expand Down

0 comments on commit 7049c28

Please sign in to comment.