Skip to content

Commit 89c728a

Browse files
authored
deps: upgrade beam version to 2.20.0 in bigtable and dataflow samples (GoogleCloudPlatform#2847)
* deps: upgrade beam version to 2.20.0 in bigtable and dataflow samples * deps: upgrade beam version to 2.20.0 in bigtable and dataflow samples * deps: upgrade beam version to 2.20.0 in bigtable and dataflow samples
1 parent 998e60e commit 89c728a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

bigtable/beam/keyviz-art/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<maven.compiler.source>1.8</maven.compiler.source>
3030
<maven.compiler.target>1.8</maven.compiler.target>
31-
<apache_beam.version>2.19.0</apache_beam.version>
31+
<apache_beam.version>2.20.0</apache_beam.version>
3232
</properties>
3333

3434
<dependencies>
35-
<dependency>
36-
<groupId>com.google.cloud.bigtable</groupId>
37-
<artifactId>bigtable-hbase-beam</artifactId>
38-
<version>1.14.1</version>
39-
</dependency>
40-
4135
<dependency>
4236
<groupId>org.apache.beam</groupId>
4337
<artifactId>beam-runners-direct-java</artifactId>
@@ -48,11 +42,11 @@
4842
<artifactId>beam-runners-google-cloud-dataflow-java</artifactId>
4943
<version>${apache_beam.version}</version>
5044
</dependency>
45+
5146
<dependency>
52-
<groupId>org.apache.beam</groupId>
53-
<artifactId>beam-sdks-java-extensions-google-cloud-platform-core
54-
</artifactId>
55-
<version>${apache_beam.version}</version>
47+
<groupId>com.google.cloud.bigtable</groupId>
48+
<artifactId>bigtable-hbase-beam</artifactId>
49+
<version>1.14.1</version>
5650
</dependency>
5751

5852
<dependency>
@@ -66,6 +60,12 @@
6660
<artifactId>truth</artifactId>
6761
<version>1.0.1</version>
6862
<scope>test</scope>
63+
<exclusions>
64+
<exclusion>
65+
<groupId>com.google.guava</groupId>
66+
<artifactId>guava</artifactId>
67+
</exclusion>
68+
</exclusions>
6969
</dependency>
7070
</dependencies>
7171

dataflow/spanner-io/pom.xml

Lines changed: 1 addition & 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.19.0</apache_beam.version>
41+
<apache_beam.version>2.20.0</apache_beam.version>
4242
</properties>
4343

4444
<build>

0 commit comments

Comments
 (0)