Skip to content

Commit

Permalink
Geode-8705: added module dependencies to fix some DUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer committed Jul 21, 2021
1 parent 71ae754 commit bb342ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions geode-dunit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ dependencies {
upgradeTestRuntimeOnly(project(path: ':geode-old-versions', configuration: 'classpathsOutput'))
distributedTestJbossModular(project(":geode-assembly"))
distributedTestJbossModular(project(":geode-core"))
distributedTestJbossModular(project(":geode-lucene"))
distributedTestJbossModular(project(":geode-cq"))
distributedTestJbossModular(project(":geode-apis-compatible-with-redis"))
distributedTestJbossModular(project(":geode-memcached"))
distributedTestJbossModular(project(":geode-wan"))
distributedTestJbossModular(project(":geode-connectors"))

upgradeTestRuntimeOnly(project(path: ':geode-old-versions', configuration: 'testOutput'))
}
Expand Down

0 comments on commit bb342ab

Please sign in to comment.