jstorm-runner: upgrade to Beam version 2.1.0-SNAPSHOT.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a5af6d2f Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a5af6d2f Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a5af6d2f Branch: refs/heads/jstorm-runner Commit: a5af6d2f420adebaf18f0a9e7367d392327b60e2 Parents: 30f3eda Author: Pei He <[email protected]> Authored: Tue Jul 18 14:29:19 2017 +0800 Committer: Pei He <[email protected]> Committed: Sat Aug 19 12:02:58 2017 +0800 ---------------------------------------------------------------------- runners/jstorm/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a5af6d2f/runners/jstorm/pom.xml ---------------------------------------------------------------------- diff --git a/runners/jstorm/pom.xml b/runners/jstorm/pom.xml index cdfaafb..9808cd2 100644 --- a/runners/jstorm/pom.xml +++ b/runners/jstorm/pom.xml @@ -32,7 +32,6 @@ <properties> <jstorm.core.version>2.5.0-SNAPSHOT</jstorm.core.version> - <beam.version>2.0.0</beam.version> </properties> <profiles> @@ -99,7 +98,6 @@ <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-core</artifactId> - <version>${beam.version}</version> <exclusions> <!-- jstorm uses logback binding --> <exclusion> @@ -112,7 +110,6 @@ <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-core-java</artifactId> - <version>${beam.version}</version> <exclusions> <!-- jstorm uses logback binding --> <exclusion> @@ -125,7 +122,6 @@ <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-core-construction-java</artifactId> - <version>${beam.version}</version> <exclusions> <!-- jstorm uses logback binding --> <exclusion> @@ -150,7 +146,6 @@ <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-core</artifactId> - <version>${beam.version}</version> <classifier>tests</classifier> <scope>test</scope> <exclusions>
