File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2828 <maven .compiler.source>1.8</maven .compiler.source>
2929 <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>
3131 </properties >
3232
3333 <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-
4234 <dependency >
4335 <groupId >org.apache.beam</groupId >
4436 <artifactId >beam-runners-direct-java</artifactId >
5547 <version >${apache_beam.version} </version >
5648 </dependency >
5749
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+
5858 <dependency >
5959 <groupId >junit</groupId >
6060 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments