Pin default commons-compress version to beam-parent pom
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/28b692d5 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/28b692d5 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/28b692d5 Branch: refs/heads/gearpump-runner Commit: 28b692d596638926964d3099045067d1d4e7de38 Parents: 470808c Author: Ismaël MejÃa <[email protected]> Authored: Wed Apr 19 12:05:41 2017 +0200 Committer: Ismaël MejÃa <[email protected]> Committed: Wed Apr 19 12:05:41 2017 +0200 ---------------------------------------------------------------------- pom.xml | 7 +++++++ runners/flink/runner/pom.xml | 1 - runners/spark/pom.xml | 1 - sdks/java/core/pom.xml | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/28b692d5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 306978d..09659db 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ <!-- If updating dependencies, please update any relevant javadoc offlineLinks --> <apache.commons.lang.version>3.5</apache.commons.lang.version> + <apache.commons.compress.version>1.9</apache.commons.compress.version> <apex.kryo.version>2.24.0</apex.kryo.version> <avro.version>1.8.1</avro.version> <bigquery.version>v2-rev295-1.22.0</bigquery.version> @@ -514,6 +515,12 @@ <dependency> <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + <version>${apache.commons.compress.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${apache.commons.lang.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/beam/blob/28b692d5/runners/flink/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml index 1e6452d..18343ef 100644 --- a/runners/flink/runner/pom.xml +++ b/runners/flink/runner/pom.xml @@ -238,7 +238,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>[1.9,)</version> <scope>runtime</scope> </dependency> http://git-wip-us.apache.org/repos/asf/beam/blob/28b692d5/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 514cb43..7493485 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -196,7 +196,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.9</version> <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/beam/blob/28b692d5/sdks/java/core/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/core/pom.xml b/sdks/java/core/pom.xml index 2b12481..dc80a2c 100644 --- a/sdks/java/core/pom.xml +++ b/sdks/java/core/pom.xml @@ -247,7 +247,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.9</version> </dependency> <dependency>
