Skip to content

Commit 7e21be2

Browse files
deps: update shared-deps and add back certain test deps (#390)
* deps: update shared-deps and add back certain test deps * add junit version
1 parent 7c02cd3 commit 7e21be2

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

pom.xml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.cloud</groupId>
7676
<artifactId>google-cloud-shared-dependencies</artifactId>
77-
<version>0.4.0</version>
77+
<version>0.5.0</version>
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>
@@ -91,6 +91,25 @@
9191
<version>1.116.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
9292
</dependency>
9393

94+
<dependency>
95+
<groupId>com.google.apis</groupId>
96+
<artifactId>google-api-services-bigquery</artifactId>
97+
<version>${google-api-services-bigquery.version}</version>
98+
</dependency>
99+
100+
<!-- Test dependencies -->
101+
<dependency>
102+
<groupId>junit</groupId>
103+
<artifactId>junit</artifactId>
104+
<version>4.13</version>
105+
<scope>test</scope>
106+
</dependency>
107+
<dependency>
108+
<groupId>com.google.truth</groupId>
109+
<artifactId>truth</artifactId>
110+
<version>1.0.1</version>
111+
<scope>test</scope>
112+
</dependency>
94113
<dependency>
95114
<groupId>org.mockito</groupId>
96115
<artifactId>mockito-core</artifactId>
@@ -103,11 +122,6 @@
103122
<version>1.108.0</version>
104123
<scope>test</scope>
105124
</dependency>
106-
<dependency>
107-
<groupId>com.google.apis</groupId>
108-
<artifactId>google-api-services-bigquery</artifactId>
109-
<version>${google-api-services-bigquery.version}</version>
110-
</dependency>
111125
</dependencies>
112126
</dependencyManagement>
113127

0 commit comments

Comments
 (0)