Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/256#discussion_r83038809 --- Diff: geode-pulse/build.gradle --- @@ -68,6 +68,11 @@ dependencies { testCompile project(':geode-core') testCompile files(project(':geode-core').sourceSets.test.output) + testCompile(group: 'com.codeborne', name: 'phantomjsdriver', version: project.'phantomjsdriver.version') { + exclude module: 'selenium-remote-driver' //by artifact name + exclude module: 'selenium-java' //by artifact name + } + testCompile 'org.seleniumhq.selenium:selenium-firefox-driver:' + project.'selenium.version' --- End diff -- Thanks for catching this, I pushed a change to fix it and the schema versions.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---