Skip to content

Commit 939cccb

Browse files
committed
build(bigquery): declare gax-grpc and grpc-api dependencies in pom.xml
1 parent 1efd5e1 commit 939cccb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • java-bigquery/google-cloud-bigquery

java-bigquery/google-cloud-bigquery/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@
120120
<artifactId>arrow-memory-netty</artifactId>
121121
</dependency>
122122

123+
<dependency>
124+
<groupId>com.google.api</groupId>
125+
<artifactId>gax-grpc</artifactId>
126+
</dependency>
127+
<dependency>
128+
<groupId>io.grpc</groupId>
129+
<artifactId>grpc-api</artifactId>
130+
</dependency>
131+
123132
<dependency>
124133
<groupId>com.google.errorprone</groupId>
125134
<artifactId>error_prone_annotations</artifactId>

0 commit comments

Comments
 (0)