diff --git a/pom.xml b/pom.xml index bb6edb2512b..0cef747b08e 100644 --- a/pom.xml +++ b/pom.xml @@ -393,6 +393,11 @@ org.apache.tomcat tomcat-jdbc ${tomcat.version} + + + commons-dbcp + commons-dbcp + 1.4 org.codehaus.groovy @@ -475,11 +480,27 @@ spring-context ${spring.version} + + org.springframework + spring-context-support + ${spring.version} + + + quartz + quartz + + + org.springframework spring-web ${spring.version} + + org.springframework + spring-jms + ${spring.version} + org.springframework spring-webmvc @@ -495,6 +516,17 @@ spring-orm ${spring.version} + + org.springframework + spring-oxm + ${spring.version} + + + commons-lang + commons-lang + + + org.springframework spring-test diff --git a/spring-bootstrap/pom.xml b/spring-bootstrap/pom.xml index 68a5d19bc65..ba034f9f134 100644 --- a/spring-bootstrap/pom.xml +++ b/spring-bootstrap/pom.xml @@ -32,7 +32,6 @@ org.hibernate hibernate-validator - 4.3.1.Final true @@ -45,6 +44,16 @@ tomcat-embed-core true + + org.apache.tomcat + tomcat-jdbc + true + + + commons-dbcp + commons-dbcp + true + org.eclipse.jetty jetty-webapp