We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab1138 commit 7229edeCopy full SHA for 7229ede
2 files changed
java-bigquerystorage/google-cloud-bigquerystorage/pom.xml
@@ -177,6 +177,10 @@
177
<groupId>org.apache.arrow</groupId>
178
<artifactId>arrow-vector</artifactId>
179
</dependency>
180
+ <dependency>
181
+ <groupId>org.jspecify</groupId>
182
+ <artifactId>jspecify</artifactId>
183
+ </dependency>
184
185
<dependency>
186
<groupId>io.opentelemetry</groupId>
java-bigtable/google-cloud-bigtable/pom.xml
@@ -221,6 +221,10 @@
221
<groupId>org.threeten</groupId>
222
<artifactId>threetenbp</artifactId>
223
224
225
226
227
228
229
<!-- metrics dependencies -->
230
0 commit comments