Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: bump shared-deps version and add back certain test deps (#139)
  • Loading branch information
stephaniewang526 committed May 27, 2020
1 parent b7b89e3 commit 660f216
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -160,7 +160,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 Down Expand Up @@ -192,6 +192,13 @@
<version>1.30.6</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
Expand Down

0 comments on commit 660f216

Please sign in to comment.