Skip to content

Commit

Permalink
Fix #106 (nosuchmethod exception) - looks like this was caused by sel…
Browse files Browse the repository at this point in the history
…enium using an older commons-io than tika-plugin.

I have removed the dependency on selenium, since the web-integration tests are unmaintained anyway. Web testing should be done with cinnamon-js.
  • Loading branch information
dewarim committed Jan 18, 2016
1 parent 04b6cd6 commit 8545f4e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ grails.project.dependency.resolution = {
compile 'javax.mail:mail:1.4.7'
test "org.gebish:geb-spock:${gebPluginVersion}"

/*
* Note: run test like -Dgeb.env=firefox test-app -functional RelationController
* because htmlunit-driver seems to be broken at the moment.
*/
test "org.seleniumhq.selenium:selenium-firefox-driver:${seleniumVersion}"
test "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
test("org.seleniumhq.selenium:selenium-htmlunit-driver:${seleniumVersion}") {
exclude 'xml-apis'
}
test "org.seleniumhq.selenium:selenium-support:${seleniumVersion}"

runtime 'org.apache.httpcomponents:httpclient:4.5.1'
}

Expand Down

0 comments on commit 8545f4e

Please sign in to comment.