+ improve deps

This commit is contained in:
Costin Leau
2011-07-18 20:39:15 +03:00
parent 91074fd191
commit 40b4c5449f

View File

@@ -77,8 +77,6 @@ dependencies {
compile("org.springframework:spring-core:$springVersion") {
exclude module: "commons-logging"
}
compile "org.springframework:spring-beans:$springVersion"
compile "org.springframework:spring-context:$springVersion"
compile "org.springframework:spring-context-support:$springVersion"
compile "org.springframework:spring-tx:$springVersion"
compile("org.springframework:spring-oxm:$springVersion") { optional = true }