This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments