Skip to content

Commit b0a953f

Browse files
olavloitelesv
authored andcommitted
deps: update to Beam 2.18
1 parent bf31fb2 commit b0a953f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dataflow/spanner-io/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<java.version>1.8</java.version>
3939
<maven.compiler.source>1.8</maven.compiler.source>
4040
<maven.compiler.target>1.8</maven.compiler.target>
41-
<apache_beam.version>2.17.0</apache_beam.version>
41+
<apache_beam.version>2.18.0</apache_beam.version>
4242
</properties>
4343

4444
<build>
@@ -79,6 +79,11 @@
7979
<groupId>com.google.api.grpc</groupId>
8080
<artifactId>grpc-google-common-protos</artifactId>
8181
</exclusion>
82+
<!-- The BigTable client brings in an OpenCensus version that conflicts with Spanner. -->
83+
<exclusion>
84+
<groupId>com.google.cloud.bigtable</groupId>
85+
<artifactId>bigtable-client-core</artifactId>
86+
</exclusion>
8287
</exclusions>
8388
</dependency>
8489

0 commit comments

Comments
 (0)