Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

feat(samples): add all feature values samples #981

Merged
merged 8 commits into from
Aug 3, 2022
Prev Previous commit
Next Next commit
feat(samples): update big query dependency in pom.xml
  • Loading branch information
sai-chaithu committed Jun 29, 2022
commit 1a6146c25295312c0026452fde5015ef76fd6798
5 changes: 5 additions & 0 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<version>1.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.13.6</version>
</dependency>
</dependencies>

<!-- compile and run all snippet tests -->
Expand Down
5 changes: 5 additions & 0 deletions samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<version>1.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.13.6</version>
</dependency>
</dependencies>

<!-- compile and run all snippet tests -->
Expand Down