Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 BB32018A2C for ; Fri, 24 Jul 2015 23:16:54 +0000 (UTC) Received: (qmail 17844 invoked by uid 500); 24 Jul 2015 23:16:54 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 17808 invoked by uid 500); 24 Jul 2015 23:16:54 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 17795 invoked by uid 99); 24 Jul 2015 23:16:54 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 23:16:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 29858D76D0 for ; Fri, 24 Jul 2015 23:16:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-1.227, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5en6bPa8oJA3 for ; Fri, 24 Jul 2015 23:16:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id F06FD20343 for ; Fri, 24 Jul 2015 23:16:39 +0000 (UTC) Received: (qmail 10401 invoked by uid 99); 24 Jul 2015 23:15:24 -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, 24 Jul 2015 23:15:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 226AEE6854; Fri, 24 Jul 2015 23:15:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dschneider@apache.org To: commits@geode.incubator.apache.org Date: Fri, 24 Jul 2015 23:15:27 -0000 Message-Id: <1eaf9a3041c74447b3e813b3ec744520@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/50] incubator-geode git commit: GEODE-97: Change test runtime dependencies from cglib-nodep to cglib. GEODE-97: Change test runtime dependencies from cglib-nodep to cglib. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e920ae62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e920ae62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e920ae62 Branch: refs/heads/feature/GEODE-86 Commit: e920ae629ee93e3f61e88d531bfb1a0940760fb2 Parents: 5e1460d Author: Kirk Lund Authored: Fri Jul 10 17:17:20 2015 -0700 Committer: Kirk Lund Committed: Mon Jul 13 10:38:40 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e920ae62/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 3bad39c..46ab6c6 100755 --- a/build.gradle +++ b/build.gradle @@ -283,7 +283,7 @@ subprojects { testCompile 'org.jmock:jmock-junit4:2.8.1' testCompile 'org.jmock:jmock-legacy:2.8.1' - testRuntime 'cglib:cglib-nodep:3.1' + testRuntime 'cglib:cglib:3.1' testRuntime 'org.objenesis:objenesis:2.1' testRuntime 'org.ow2.asm:asm:5.0.3' }