Bill commented on a change in pull request #5116: URL: https://github.com/apache/geode/pull/5116#discussion_r425911329
########## File path: geode-membership/build.gradle ########## @@ -49,16 +47,11 @@ dependencies { testRuntime(project(path: ':geode-old-versions', configuration: 'testOutput')) - integrationTestImplementation(project(':geode-junit')) { - exclude module: 'geode-logging' - } + integrationTestImplementation(project(':geode-junit')) integrationTestImplementation('pl.pragmatists:JUnitParams') - distributedTestImplementation(project(':geode-junit')) { - exclude module: 'geode-logging' - } - distributedTestImplementation(project(':geode-dunit')) { - exclude module: 'geode-logging' - } + distributedTestImplementation(project(':geode-junit')) + distributedTestImplementation(project(':geode-dunit')) + integrationTestRuntime('org.apache.logging.log4j:log4j-core') Review comment: this is the dependency I had to add to get logging working ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org