Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Use Apache Beam 2.34.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaimy authored Dec 16, 2021
1 parent 4ae2ce0 commit 9fc0062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is horizontally-scalable on top of distributed system, since apache beam can

## Version Info

- Apache Beam: 2.20.0
- Apache Beam: 2.34.0
- Kuromoji: 0.7.7

## How to Use
Expand Down Expand Up @@ -75,6 +75,7 @@ java -jar $(pwd)/target/kuromoji-for-bigquery-bundled-0.2.2.jar \
| --------------------- | ----------- | -------- |
| 0.1.0 | 2.1.0 | 0.7.7 |
| 0.2.x | 2.20.0 | 0.7.7 |
| 0.3.x | 2.34.0 | 0.7.7 |

## License

Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@

<groupId>com.github.yuiskw</groupId>
<artifactId>kuromoji-for-bigquery</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>

<packaging>jar</packaging>

<properties>
<beam.version>2.20.0</beam.version>
<beam.version>2.34.0</beam.version>

<bigquery.version>v2-rev459-1.25.0</bigquery.version>
<google-clients.version>1.30.0</google-clients.version>
<google-api-client.version>1.32.2</google-api-client.version>
<google-http-client.version>1.40.1</google-http-client.version>
<guava.version>29.0-jre</guava.version>
<hamcrest.version>1.3</hamcrest.version>
<jackson.version>2.8.9</jackson.version>
Expand Down Expand Up @@ -254,7 +255,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>${google-clients.version}</version>
<version>${google-api-client.version}</version>
<exclusions>
<!-- Exclude an old version of guava that is being pulled
in by a transitive dependency of google-api-client -->
Expand Down Expand Up @@ -282,7 +283,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>${google-clients.version}</version>
<version>${google-http-client.version}</version>
<exclusions>
<!-- Exclude an old version of guava that is being pulled
in by a transitive dependency of google-api-client -->
Expand Down

0 comments on commit 9fc0062

Please sign in to comment.