File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 27
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28
28
<maven .compiler.source>1.8</maven .compiler.source>
29
29
<maven .compiler.target>1.8</maven .compiler.target>
30
- <apache_beam .version>2.19 .0</apache_beam .version>
30
+ <apache_beam .version>2.20 .0</apache_beam .version>
31
31
</properties >
32
32
33
33
<dependencies >
34
- <!-- [START bigtable_beam_connector_dependency] -->
35
- <dependency >
36
- <groupId >com.google.cloud.bigtable</groupId >
37
- <artifactId >bigtable-hbase-beam</artifactId >
38
- <version >1.14.0</version >
39
- </dependency >
40
- <!-- [END bigtable_beam_connector_dependency] -->
41
-
42
34
<dependency >
43
35
<groupId >org.apache.beam</groupId >
44
36
<artifactId >beam-runners-direct-java</artifactId >
55
47
<version >${apache_beam.version} </version >
56
48
</dependency >
57
49
50
+ <!-- [START bigtable_beam_connector_dependency] -->
51
+ <dependency >
52
+ <groupId >com.google.cloud.bigtable</groupId >
53
+ <artifactId >bigtable-hbase-beam</artifactId >
54
+ <version >1.14.0</version >
55
+ </dependency >
56
+ <!-- [END bigtable_beam_connector_dependency] -->
57
+
58
58
<dependency >
59
59
<groupId >junit</groupId >
60
60
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments