Skip to content

Commit

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

* remove grpc-iam-v1 and bump to 0.6.0
  • Loading branch information
stephaniewang526 committed Jun 15, 2020
1 parent 87d438b commit afd0339
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.4.0</version>
<version>0.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -122,6 +122,20 @@
<version>4.4.13</version>
<scope>test</scope>
</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>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit afd0339

Please sign in to comment.