This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 256256 <link >https://developers.google.com/protocol-buffers/docs/reference/java/</link >
257257 <link >https://googleapis.dev/java/google-auth-library/latest/</link >
258258 <link >https://googleapis.dev/java/gax/latest/</link >
259- <link >https://googleapis.github.io/api-common-java/${google.api-common.version} /apidocs/ </link >
259+ <link >https://googleapis.github.io/api-common-java/</link >
260260 </links >
261261 </configuration >
262262 </plugin >
263263 </plugins >
264264 </reporting >
265+
266+ <profiles >
267+ <profile >
268+ <id >include-samples</id >
269+ <modules >
270+ <module >samples</module >
271+ </modules >
272+ </profile >
273+ </profiles >
274+
265275</project >
Original file line number Diff line number Diff line change 3333 </dependency >
3434 <!-- [END bigquerystorage_install_without_bom] -->
3535
36+ <dependency >
37+ <groupId >org.apache.avro</groupId >
38+ <artifactId >avro</artifactId >
39+ <version >1.9.2</version >
40+ </dependency >
41+
42+ <dependency >
43+ <groupId >org.apache.arrow</groupId >
44+ <artifactId >arrow-vector</artifactId >
45+ <version >0.17.1</version >
46+ </dependency >
47+
3648 <dependency >
3749 <groupId >junit</groupId >
3850 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434
35+ <dependency >
36+ <groupId >org.apache.avro</groupId >
37+ <artifactId >avro</artifactId >
38+ <version >1.9.2</version >
39+ </dependency >
40+
41+ <dependency >
42+ <groupId >org.apache.arrow</groupId >
43+ <artifactId >arrow-vector</artifactId >
44+ <version >0.17.1</version >
45+ </dependency >
46+
3547 <dependency >
3648 <groupId >junit</groupId >
3749 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 4444 </dependency >
4545 <!-- [END bigquerystorage_install_with_bom] -->
4646
47+ <dependency >
48+ <groupId >org.apache.avro</groupId >
49+ <artifactId >avro</artifactId >
50+ <version >1.9.2</version >
51+ </dependency >
52+
53+ <dependency >
54+ <groupId >org.apache.arrow</groupId >
55+ <artifactId >arrow-vector</artifactId >
56+ <version >0.17.1</version >
57+ </dependency >
58+
59+ <!-- Test Dependencies -->
4760 <dependency >
4861 <groupId >junit</groupId >
4962 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments