Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3DC97200B34 for ; Fri, 17 Jun 2016 20:41:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3C93D160A62; Fri, 17 Jun 2016 18:41:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82F33160A61 for ; Fri, 17 Jun 2016 20:41:05 +0200 (CEST) Received: (qmail 65761 invoked by uid 500); 17 Jun 2016 18:41:04 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 65752 invoked by uid 99); 17 Jun 2016 18:41:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 18:41:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5C0BB180581 for ; Fri, 17 Jun 2016 18:41:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 38OQoJf4AGjl for ; Fri, 17 Jun 2016 18:41:03 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 5919D5F1E4 for ; Fri, 17 Jun 2016 18:41:03 +0000 (UTC) Received: (qmail 65660 invoked by uid 99); 17 Jun 2016 18:41:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 18:41:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4FB06E049D; Fri, 17 Jun 2016 18:41:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davor@apache.org To: commits@beam.incubator.apache.org Date: Fri, 17 Jun 2016 18:41:02 -0000 Message-Id: <7f4c441bdce244158a373dd1e8bde35a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-beam git commit: Remove the beam.examples dependency from flink. archived-at: Fri, 17 Jun 2016 18:41:06 -0000 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 Authored: Thu Jun 16 11:38:51 2016 -0700 Committer: Davor Bonaci 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 @@ - org.apache.beam - beam-examples-java - - - org.slf4j - slf4j-jdk14 - - - test - - - org.apache.flink flink-streaming-java_2.10 ${flink.version}