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

Commit

Permalink
feat: add core test classifier (needed by BQ) (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed May 28, 2020
1 parent 92aea27 commit a634d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -239,6 +239,12 @@
<version>${google.core.version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${google.core.version}</version>
<classifier>tests</classifier>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit a634d18

Please sign in to comment.