Skip to content

Commit 7229ede

Browse files
committed
chore: Add JSpecify to BigTable and BQStorage modules
1 parent 7ab1138 commit 7229ede

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

  • java-bigquerystorage/google-cloud-bigquerystorage
  • java-bigtable/google-cloud-bigtable

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
<groupId>org.apache.arrow</groupId>
178178
<artifactId>arrow-vector</artifactId>
179179
</dependency>
180+
<dependency>
181+
<groupId>org.jspecify</groupId>
182+
<artifactId>jspecify</artifactId>
183+
</dependency>
180184

181185
<dependency>
182186
<groupId>io.opentelemetry</groupId>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@
221221
<groupId>org.threeten</groupId>
222222
<artifactId>threetenbp</artifactId>
223223
</dependency>
224+
<dependency>
225+
<groupId>org.jspecify</groupId>
226+
<artifactId>jspecify</artifactId>
227+
</dependency>
224228

225229
<!-- metrics dependencies -->
226230
<dependency>

0 commit comments

Comments
 (0)