Skip to content

Commit

Permalink
Merge branch 'master' of github.com:serenity-bdd/serenity-core
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 4, 2016
2 parents 4b1537e + 926cbc0 commit 3f1a76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ allprojects {
// TODO make work for generated Maven POM...
// it's working for gradle build, but also had to exclude old transitives for geio.appiumnerated POM
force 'com.thoughtworks.xstream:xstream:1.4.5',
'commons-collections:commons-collections:3.2.1',
'commons-collections:commons-collections:3.2.2',
'commons-logging:commons-logging:1.2',
'xml-apis:xml-apis:1.4.01'
'xml-apis:xml-apis:1.4.01'
}
}
}
Expand Down Expand Up @@ -403,7 +403,7 @@ subprojects {
}

task copyDeps(type: Copy) {
from configurations.runtime
from configurations.runtime + configurations.testCompile
into project.projectDir.path + "/lib"
}
}

0 comments on commit 3f1a76a

Please sign in to comment.