You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/16 05:11:25 UTC

[geode] branch develop updated: GEODE-5530: Removes geode-web-test since it is empty.

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 <jb...@pivotal.io>
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'