From commits-return-27984-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Aug 16 07:11:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0E415180675 for ; Thu, 16 Aug 2018 07:11:27 +0200 (CEST) Received: (qmail 86582 invoked by uid 500); 16 Aug 2018 05:11:27 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 86573 invoked by uid 99); 16 Aug 2018 05:11:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2018 05:11:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 757D088BBD; Thu, 16 Aug 2018 05:11:26 +0000 (UTC) Date: Thu, 16 Aug 2018 05:11:25 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: GEODE-5530: Removes geode-web-test since it is empty. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153439628538.25896.7298920711854524312@gitbox.apache.org> From: jbarrett@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: aadc520cf36f5714ce976a7d0f965a9b436483c1 X-Git-Newrev: 29ef1880109b515c6e6de219bca6810908823767 X-Git-Rev: 29ef1880109b515c6e6de219bca6810908823767 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 29ef1880 GEODE-5530: Removes geode-web-test since it is empty. 29ef1880 is described below commit 29ef1880109b515c6e6de219bca6810908823767 Author: Jacob Barrett AuthorDate: Wed Aug 15 22:11:13 2018 -0700 GEODE-5530: Removes geode-web-test since it is empty. --- geode-web/build.gradle | 2 -- settings.gradle | 1 - 2 files changed, 3 deletions(-) diff --git a/geode-web/build.gradle b/geode-web/build.gradle index 93d2861..1ce2fa6 100755 --- a/geode-web/build.gradle +++ b/geode-web/build.gradle @@ -52,7 +52,6 @@ dependencies { integrationTestCompile project(":geode-dunit") - integrationTestCompile project(':geode-web/geode-web-test') integrationTestRuntime files(war.destinationDir) integrationTestRuntime ('org.springframework:spring-webmvc:' + project.'springframework.version') { @@ -62,7 +61,6 @@ dependencies { distributedTestCompile 'pl.pragmatists:JUnitParams:' + project.'JUnitParams.version' - distributedTestCompile project(':geode-web/geode-web-test') distributedTestRuntime files(war.destinationDir) distributedTestRuntime ('org.springframework:spring-webmvc:' + project.'springframework.version') { diff --git a/settings.gradle b/settings.gradle index 711c165..b74da7f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -23,7 +23,6 @@ include 'geode-junit' include 'geode-dunit' include 'geode-core' include 'geode-web' -include 'geode-web/geode-web-test' include 'geode-web-api' include 'geode-pulse' include 'geode-assembly'