Skip to content

Commit

Permalink
fix: Add google-api-services-bigquery to google-cloud-bigquerystorage…
Browse files Browse the repository at this point in the history
…-bom (#1142)
  • Loading branch information
dpcollins-google committed Jun 24, 2021
1 parent 38d5445 commit 4e97130
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google-cloud-bigquerystorage-bom/pom.xml
Expand Up @@ -75,7 +75,6 @@
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
<version>1.22.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
Expand All @@ -96,6 +95,11 @@
<artifactId>google-cloud-bigquerystorage</artifactId>
<version>1.22.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev20210611-1.31.5</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 4e97130

Please sign in to comment.