Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit c2161fb

Browse files
docs(samples): migrate samples into client (#308)
1 parent 4f58a46 commit c2161fb

4 files changed

Lines changed: 48 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,20 @@
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>

samples/install-without-bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
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>

samples/snapshot/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
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>

samples/snippets/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@
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>

0 commit comments

Comments
 (0)