Skip to content

Commit 7ab1138

Browse files
committed
feat: add jspecify to bigquerystorage pom
1 parent 448e454 commit 7ab1138

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

  • java-bigquerystorage
    • proto-google-cloud-bigquerystorage-v1alpha
    • proto-google-cloud-bigquerystorage-v1beta1
    • proto-google-cloud-bigquerystorage-v1beta2
    • proto-google-cloud-bigquerystorage-v1beta
    • proto-google-cloud-bigquerystorage-v1

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.jspecify</groupId>
34+
<artifactId>jspecify</artifactId>
35+
</dependency>
3236
</dependencies>
3337

3438
<build>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.jspecify</groupId>
34+
<artifactId>jspecify</artifactId>
35+
</dependency>
3236
</dependencies>
3337
<build>
3438
<plugins>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.jspecify</groupId>
34+
<artifactId>jspecify</artifactId>
35+
</dependency>
3236
</dependencies>
3337
<build>
3438
<plugins>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.jspecify</groupId>
34+
<artifactId>jspecify</artifactId>
35+
</dependency>
3236
</dependencies>
3337

3438
<build>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.jspecify</groupId>
34+
<artifactId>jspecify</artifactId>
35+
</dependency>
3236
</dependencies>
3337

3438
<build>

0 commit comments

Comments
 (0)