Skip to content

Commit

Permalink
deps: remove google-cloud-core classiier=test since it is managed by … (
Browse files Browse the repository at this point in the history
#396)

* deps: remove google-cloud-core classiier=test since it is managed by shared-deps

* bump shared-deps to 0.7.0
  • Loading branch information
stephaniewang526 committed May 29, 2020
1 parent 64847d1 commit bafd8ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion google-cloud-bigquery/pom.xml
Expand Up @@ -60,7 +60,6 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${google.core.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -63,7 +63,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google.core.version>1.93.4</google.core.version>
<javax.annotations.version>1.3.2</javax.annotations.version>
<google-api-services-bigquery.version>v2-rev20200429-1.30.9
</google-api-services-bigquery.version>
Expand All @@ -74,7 +73,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bafd8ae

Please sign in to comment.