From 4b024a9d92ab1210bab9c018c5b6910b20f15039 Mon Sep 17 00:00:00 2001 From: lixiangrong Date: Tue, 2 Feb 2016 13:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Spring=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 115 ++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 83 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 25b4d33..fe98261 100644 --- a/pom.xml +++ b/pom.xml @@ -1,32 +1,83 @@ - - 4.0.0 - osc.git.eh3 - useful-code - war - 0.0.1-SNAPSHOT - useful-code Maven Webapp - http://maven.apache.org - - - - junit - junit - 4.11 - test - - - commons-logging - commons-logging - 1.1.3 - - - org.apache.shiro - shiro-core - 1.2.2 - - - - useful-code - - + + 4.0.0 + osc.git.eh3 + useful-code + war + 0.0.1-SNAPSHOT + + useful-code Maven Webapp + http://maven.apache.org + + + UTF-8 + 4.2.4.RELEASE + + + + + junit + junit + 4.11 + test + + + commons-logging + commons-logging + 1.1.3 + + + org.apache.shiro + shiro-core + 1.2.2 + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-oxm + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + + + + useful-code + +