From c0d183ce3dfd767ab27e5c5464890682980c35ee Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 15 Mar 2013 10:34:09 +0800 Subject: [PATCH] removed lots of unused dependencies --- pom.xml | 36 ++----------------- .../jdbc/JdbcVetRepositoryImpl.java | 1 - 2 files changed, 2 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index 9ddd61f93..a2e2dcd23 100644 --- a/pom.xml +++ b/pom.xml @@ -131,42 +131,17 @@ spring-aop ${spring-framework.version} - - org.springframework - spring-web - ${spring-framework.version} - org.springframework spring-webmvc ${spring-framework.version} - - org.springframework - spring-expression - ${spring-framework.version} - org.springframework spring-tx ${spring-framework.version} - - org.springframework - spring-core - ${spring-framework.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-aspects - ${spring-framework.version} - + org.springframework spring-context-support @@ -200,8 +175,7 @@ ${spring-framework.version} - + commons-dbcp commons-dbcp @@ -290,12 +264,6 @@ ${javax-el.version} provided - - javax.servlet.jsp - jsp-api - ${jsp.version} - provided -