Skip to content

Commit

Permalink
fix: Tidied up dependencies used by the other serenity modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 19, 2015
1 parent 23d2752 commit 4931d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ allprojects {
// 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-logging:commons-logging:1.2'
'commons-logging:commons-logging:1.2',
'xml-apis:xml-apis:1.4.01'
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions serenity-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies {
testCompile project(':serenity-spring')
testCompile project(':serenity-test-utils')
testCompile "commons-dbcp:commons-dbcp:1.3"
testCompile "org.springframework:spring-jdbc:3.2.3.RELEASE"
testCompile "org.springframework:spring-aop:3.2.3.RELEASE"
testCompile "org.springframework:spring-orm:3.2.3.RELEASE"
testCompile "org.springframework:spring-jdbc:3.2.12.RELEASE"
testCompile "org.springframework:spring-aop:3.2.12.RELEASE"
testCompile "org.springframework:spring-orm:3.2.12.RELEASE"
testCompile "org.javassist:javassist:3.19.0-GA"
testCompile "hsqldb:hsqldb:1.8.0.10"

Expand Down

0 comments on commit 4931d36

Please sign in to comment.