@@ -34,6 +34,7 @@ limitations under the License.
34
34
<maven .compiler.source>1.8</maven .compiler.source>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<opencensus .version>0.26.0</opencensus .version>
37
+ <spanner .version>1.51.0</spanner .version>
37
38
</properties >
38
39
39
40
<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
@@ -42,7 +43,7 @@ limitations under the License.
42
43
<dependency >
43
44
<groupId >com.google.cloud</groupId >
44
45
<artifactId >google-cloud-bom</artifactId >
45
- <version >0.84.0 -alpha</version >
46
+ <version >0.122.4 -alpha</version >
46
47
<type >pom</type >
47
48
<scope >import</scope >
48
49
</dependency >
@@ -51,34 +52,26 @@ limitations under the License.
51
52
<!-- End of BOM -->
52
53
<dependencies >
53
54
<dependency >
54
- <!-- Version auto-managed by BOM -->
55
55
<groupId >com.google.cloud</groupId >
56
56
<artifactId >google-cloud-spanner</artifactId >
57
- <exclusions >
58
- <exclusion >
59
- <groupId >com.google.guava</groupId >
60
- <artifactId >guava-jdk5</artifactId >
61
- </exclusion >
62
- <exclusion >
63
- <groupId >io.opencensus</groupId >
64
- <artifactId >opencensus-api</artifactId >
65
- </exclusion >
66
- <exclusion >
67
- <groupId >io.grpc</groupId >
68
- <artifactId >grpc-netty-shaded</artifactId >
69
- </exclusion >
70
- <exclusion >
71
- <groupId >io.grpc</groupId >
72
- <artifactId >grpc-core</artifactId >
73
- </exclusion >
74
- </exclusions >
57
+ <version >${spanner.version} </version >
58
+ </dependency >
59
+ <dependency >
60
+ <groupId >com.google.api.grpc</groupId >
61
+ <artifactId >proto-google-cloud-spanner-admin-instance-v1</artifactId >
62
+ <version >${spanner.version} </version >
75
63
</dependency >
76
-
77
64
<dependency >
78
- <groupId >com.google.guava </groupId >
79
- <artifactId >guava </artifactId >
80
- <version >28.2-jre </version >
65
+ <groupId >com.google.api.grpc </groupId >
66
+ <artifactId >proto-google-cloud-spanner-v1 </artifactId >
67
+ <version >${spanner.version} </version >
81
68
</dependency >
69
+ <dependency >
70
+ <groupId >com.google.api.grpc</groupId >
71
+ <artifactId >proto-google-cloud-spanner-admin-database-v1</artifactId >
72
+ <version >${spanner.version} </version >
73
+ </dependency >
74
+
82
75
<dependency >
83
76
<groupId >io.opencensus</groupId >
84
77
<artifactId >opencensus-api</artifactId >
0 commit comments