Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee0c674

Browse files
authoredMay 27, 2020
deps: bump shared-deps version and add back certain test deps (#174)
1 parent f72f3d9 commit ee0c674

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.cloud</groupId>
7272
<artifactId>google-cloud-shared-dependencies</artifactId>
73-
<version>0.4.0</version>
73+
<version>0.5.0</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -89,6 +89,14 @@
8989
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
9090
<version>0.127.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
9191
</dependency>
92+
93+
<!-- Test dependencies -->
94+
<dependency>
95+
<groupId>junit</groupId>
96+
<artifactId>junit</artifactId>
97+
<version>4.13</version>
98+
<scope>test</scope>
99+
</dependency>
92100
</dependencies>
93101
</dependencyManagement>
94102

0 commit comments

Comments
 (0)
Failed to load comments.