Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BA6618D62 for ; Mon, 8 Feb 2016 23:06:08 +0000 (UTC) Received: (qmail 33982 invoked by uid 500); 8 Feb 2016 23:06:05 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 33896 invoked by uid 500); 8 Feb 2016 23:06:05 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 33865 invoked by uid 99); 8 Feb 2016 23:06:05 -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; Mon, 08 Feb 2016 23:06:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4DA9DE56E6; Mon, 8 Feb 2016 23:06:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sewen@apache.org To: commits@flink.apache.org Date: Mon, 08 Feb 2016 23:06:08 -0000 Message-Id: <116e5b5207ab47e695ed8702337e0b85@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/9] flink git commit: [FLINK-3337] [runtime] mvn test fails on flink-runtime because curator classes not found [FLINK-3337] [runtime] mvn test fails on flink-runtime because curator classes not found Removes curator dependency exclusions from flink-runtime. This resolves NoClassDefFoundError exceptions when running `mvn test`. This partialy reverts e31a4d8. This closes #1596 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4cc4f602 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4cc4f602 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4cc4f602 Branch: refs/heads/master Commit: 4cc4f6022c5935dffc52a37de7ebd5b272e95487 Parents: 22423e2 Author: Greg Hogan Authored: Fri Feb 5 16:41:24 2016 -0500 Committer: Stephan Ewen Committed: Mon Feb 8 16:57:57 2016 +0100 ---------------------------------------------------------------------- flink-runtime/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/4cc4f602/flink-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml index d8693e7..c6b6d1d 100644 --- a/flink-runtime/pom.xml +++ b/flink-runtime/pom.xml @@ -323,11 +323,6 @@ under the License. **/TestData.java **/TestInstanceListener.java - - org.apache.curator:curator-recipes - org.apache.curator:curator-client - org.apache.curator:curator-framework - WARN @@ -341,11 +336,6 @@ under the License. **/TestData.java - - org.apache.curator:curator-recipes - org.apache.curator:curator-client - org.apache.curator:curator-framework - WARN