Skip to content

Commit 1a2676d

Browse files
authored
test: refactor executor code with autogenerated protos (#2759)
* test: update executor code * fix: line and clirr * Revert "fix: line and clirr" This reverts commit 28a9022. * Revert "test: update executor code" This reverts commit a1218a3. * feat: update pom.xml
1 parent c56c569 commit 1a2676d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@
9393
<dependency>
9494
<groupId>com.google.api.grpc</groupId>
9595
<artifactId>proto-google-cloud-spanner-executor-v1</artifactId>
96-
<version>1.4.0</version>
96+
</dependency>
97+
<dependency>
98+
<groupId>com.google.api.grpc</groupId>
99+
<artifactId>grpc-google-cloud-spanner-executor-v1</artifactId>
97100
</dependency>
98101
<dependency>
99102
<groupId>com.google.guava</groupId>

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
<dependency>
202202
<groupId>com.google.api.grpc</groupId>
203203
<artifactId>proto-google-cloud-spanner-executor-v1</artifactId>
204-
<version>1.4.0</version>
205204
</dependency>
206205
<dependency>
207206
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)