From 40b4c5449f19fa0221e73b0b1eb2c7a99a20f2a5 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Mon, 18 Jul 2011 20:39:15 +0300 Subject: [PATCH] + improve deps --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 418d3e23a..ac56ac2d2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }