Skip to content

Commit

Permalink
GEODE-5530: Removes geode-web-test since it is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Aug 16, 2018
1 parent aadc520 commit 29ef188
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions geode-web/build.gradle
Expand Up @@ -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') {
Expand All @@ -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') {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 29ef188

Please sign in to comment.