You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/06/17 18:41:02 UTC

[1/2] incubator-beam git commit: Remove the beam.examples dependency from flink.

Repository: incubator-beam
Updated Branches:
  refs/heads/master f57e66c48 -> da324bf52


Remove the beam.examples dependency from flink.


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

Branch: refs/heads/master
Commit: c4684bffc39ca3c40d2ef333502e0dd08d310591
Parents: f57e66c
Author: Pei He <pe...@google.com>
Authored: Thu Jun 16 11:38:51 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Fri Jun 17 11:40:45 2016 -0700

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c4684bff/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index 2fdf61d..8933457 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -106,18 +106,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.beam</groupId>
-      <artifactId>beam-examples-java</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-jdk14</artifactId>
-        </exclusion>
-      </exclusions>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.flink</groupId>
       <artifactId>flink-streaming-java_2.10</artifactId>
       <version>${flink.version}</version>


[2/2] incubator-beam git commit: This closes #478

Posted by da...@apache.org.
This closes #478


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

Branch: refs/heads/master
Commit: da324bf522bdef7b990f79cd30fa6566029a748f
Parents: f57e66c c4684bf
Author: Davor Bonaci <da...@google.com>
Authored: Fri Jun 17 11:40:54 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Fri Jun 17 11:40:54 2016 -0700

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------