Skip to content

Commit

Permalink
deps: update shared-deps and add back certain test deps (#390)
Browse files Browse the repository at this point in the history
* deps: update shared-deps and add back certain test deps

* add junit version
  • Loading branch information
stephaniewang526 committed May 26, 2020
1 parent 7c02cd3 commit 7e21be2
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions pom.xml
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -91,6 +91,25 @@
<version>1.116.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</dependency>

<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>${google-api-services-bigquery.version}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand All @@ -103,11 +122,6 @@
<version>1.108.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>${google-api-services-bigquery.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7e21be2

Please sign in to comment.