File tree Expand file tree Collapse file tree 7 files changed +12
-9
lines changed
google-cloud-spanner-executor
src/main/java/com/google/cloud/spanner/executor Expand file tree Collapse file tree 7 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 93
93
<dependency >
94
94
<groupId >com.google.api.grpc</groupId >
95
95
<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 >
97
100
</dependency >
98
101
<dependency >
99
102
<groupId >com.google.guava</groupId >
168
171
</descriptors >
169
172
<archive >
170
173
<manifest >
171
- <mainClass >com.google.cloud.executor. spanner.WorkerProxy</mainClass >
174
+ <mainClass >com.google.cloud.spanner.executor .WorkerProxy</mainClass >
172
175
</manifest >
173
176
</archive >
174
177
</configuration >
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .executor . spanner ;
17
+ package com .google .cloud .spanner . executor ;
18
18
19
19
import static com .google .cloud .spanner .TransactionRunner .TransactionCallable ;
20
20
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .executor . spanner ;
17
+ package com .google .cloud .spanner . executor ;
18
18
19
19
import com .google .api .client .http .javanet .NetHttpTransport ;
20
20
import com .google .auth .http .HttpTransportFactory ;
21
- import com .google .cloud .executor . spanner .CloudClientExecutor .ExecutionFlowContext ;
21
+ import com .google .cloud .spanner . executor .CloudClientExecutor .ExecutionFlowContext ;
22
22
import com .google .cloud .spanner .ErrorCode ;
23
23
import com .google .cloud .spanner .SpannerException ;
24
24
import com .google .cloud .spanner .SpannerExceptionFactory ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .executor . spanner ;
17
+ package com .google .cloud .spanner . executor ;
18
18
19
19
import com .google .cloud .spanner .ErrorCode ;
20
20
import com .google .cloud .spanner .SpannerExceptionFactory ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .executor . spanner ;
17
+ package com .google .cloud .spanner . executor ;
18
18
19
19
import static java .nio .charset .StandardCharsets .UTF_8 ;
20
20
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .executor . spanner ;
17
+ package com .google .cloud .spanner . executor ;
18
18
19
19
import com .google .cloud .spanner .ErrorCode ;
20
20
import com .google .cloud .spanner .SpannerExceptionFactory ;
21
+
21
22
import io .grpc .Server ;
22
23
import io .grpc .ServerBuilder ;
23
24
import io .grpc .protobuf .services .HealthStatusManager ;
Original file line number Diff line number Diff line change 201
201
<dependency >
202
202
<groupId >com.google.api.grpc</groupId >
203
203
<artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
204
- <version >1.4.0</version >
205
204
</dependency >
206
205
<dependency >
207
206
<groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments