Repository: beam
Updated Branches:
  refs/heads/master 932bb823f -> ae6860db5


Flink: upgrade apache commons


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/223aaac0
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/223aaac0
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/223aaac0

Branch: refs/heads/master
Commit: 223aaac0e0b25dc55284ffcb0908918b61ff7d57
Parents: 932bb82
Author: Dan Halperin <[email protected]>
Authored: Mon Feb 27 11:03:32 2017 -0800
Committer: Dan Halperin <[email protected]>
Committed: Mon Feb 27 12:03:48 2017 -0800

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/223aaac0/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index d821ca0..c00b328 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -186,6 +186,15 @@
       </exclusions>
     </dependency>
 
+    <!--
+    Force an upgrade on the version of Apache Commons from Flink to support 
DEFLATE compression.
+    -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>[1.9,)</version>
+    </dependency>
+
     <!-- Test scoped -->
 
     <dependency>

Reply via email to