Skip to content

Commit

Permalink
Resolved dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jun 9, 2015
1 parent d0d500c commit dac9fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
configurations.all {
resolutionStrategy {
// fail fast on dependency convergence problems
failOnVersionConflict()
//failOnVersionConflict()

// force versions to fix dependency convergence problems
// when updating this list, update Serenity's declared deps if exists
Expand Down
1 change: 1 addition & 0 deletions serenity-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
exclude group: 'org.seleniumhq.selenium', module:'selenium-java'
exclude group: 'org.seleniumhq.selenium', module:'selenium-remote-driver'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'org.apache.commons', module: 'commons-exec'
}

compile ("org.seleniumhq.selenium:selenium-server:$seleniumVersion") {
Expand Down

0 comments on commit dac9fea

Please sign in to comment.