Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit d84fad4

Browse files
deps: bump shared-deps version and add back certain test deps (#24)
1 parent 48cb2de commit d84fad4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,18 @@
8686
<dependency>
8787
<groupId>com.google.cloud</groupId>
8888
<artifactId>google-cloud-shared-dependencies</artifactId>
89-
<version>0.3.1</version>
89+
<version>0.5.0</version>
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>
93+
94+
<!-- Test dependencies -->
95+
<dependency>
96+
<groupId>junit</groupId>
97+
<artifactId>junit</artifactId>
98+
<version>4.13</version>
99+
<scope>test</scope>
100+
</dependency>
93101
</dependencies>
94102
</dependencyManagement>
95103

0 commit comments

Comments
 (0)