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

Commit

Permalink
deps: google-cloud-clients should not import google-cloud-bom (#6903)
Browse files Browse the repository at this point in the history
* deps: google-cloud-clients should not import google-cloud-bom

* manage storage http client in google-cloud-storage

* google-cloud-examples should let the google-cloud-bom handle versions

update the securitycenter versions in the bom
  • Loading branch information
chingor13 committed Nov 26, 2019
1 parent f24a8c5 commit 2f66b53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google-cloud-bigquerydatatransfer/pom.xml
Expand Up @@ -20,16 +20,18 @@
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigquerydatatransfer-v1</artifactId>
<version>0.84.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerydatatransfer-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigquerydatatransfer-v1</artifactId>
<version>0.84.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerydatatransfer-v1:current} -->
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit 2f66b53

Please sign in to comment.