Skip to content

Commit 660f216

Browse files
deps: bump shared-deps version and add back certain test deps (#139)
1 parent b7b89e3 commit 660f216

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>com.google.cloud</groupId>
162162
<artifactId>google-cloud-shared-dependencies</artifactId>
163-
<version>0.4.0</version>
163+
<version>0.5.0</version>
164164
<type>pom</type>
165165
<scope>import</scope>
166166
</dependency>
@@ -192,6 +192,13 @@
192192
<version>1.30.6</version>
193193
</dependency>
194194

195+
<!-- Test dependencies -->
196+
<dependency>
197+
<groupId>junit</groupId>
198+
<artifactId>junit</artifactId>
199+
<version>4.13</version>
200+
<scope>test</scope>
201+
</dependency>
195202
<dependency>
196203
<groupId>org.easymock</groupId>
197204
<artifactId>easymock</artifactId>

0 commit comments

Comments
 (0)