From 4a95b3ed6d9bb8c1ffa4b46a05ec7f7b890a7189 Mon Sep 17 00:00:00 2001 From: java10000 <123363975@qq.com> Date: Sat, 11 Jan 2014 20:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7spring4.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 5a0eb92..e6c31a3 100644 --- a/build.gradle +++ b/build.gradle @@ -42,12 +42,12 @@ project(':rose') { compile "commons-logging:commons-logging:1.1.1" compile "commons-lang:commons-lang:2.6" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-web:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-web:4.0.0.RELEASE" compile "log4j:log4j:1.2.17" compile "javax.servlet:jsp-api:2.0" compile "commons-fileupload:commons-fileupload:1.2.2" - compile "org.springframework:spring-webmvc:3.1.2.RELEASE" + compile "org.springframework:spring-webmvc:4.0.0.RELEASE" testCompile "org.springframework:spring-mock:2.0.8" compile "org.apache.velocity:velocity:1.7" compile "org.apache.velocity:velocity-tools:2.0" @@ -63,8 +63,8 @@ project(':context') { compile "commons-logging:commons-logging:1.1.1" compile "commons-lang:commons-lang:2.6" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-web:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-web:4.0.0.RELEASE" } } @@ -78,8 +78,8 @@ project(':jade') { compile "commons-lang:commons-lang:2.6" compile "commons-jexl:commons-jexl:1.1" compile "commons-collections:commons-collections:3.2.1" - compile "org.springframework:spring-context:3.1.2.RELEASE" - compile "org.springframework:spring-jdbc:3.1.2.RELEASE" + compile "org.springframework:spring-context:4.0.0.RELEASE" + compile "org.springframework:spring-jdbc:4.0.0.RELEASE" testCompile "org.hsqldb:hsqldb:2.2.8" } }