From 636e8c19543838d35de3c00f20705a39415e1019 Mon Sep 17 00:00:00 2001 From: nebhale Date: Tue, 11 Mar 2008 14:49:24 +0000 Subject: [PATCH] [BATCH-271] More updates to thin out the dependency list --- spring-batch-core/pom.xml | 5 +++++ spring-batch-samples/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index ab59b9135..7a5ef2ea0 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -70,6 +70,11 @@ test + + org.springframework + spring-aop + test + org.springframework spring-beans diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index cbedbe152..940c26be3 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -184,15 +184,39 @@ test + + org.springframework + spring-aop + test + org.springframework spring-core + + org.springframework + spring-context-support + + + org.springframework + spring-jdbc + test + + + org.springframework + spring-orm + test + org.springframework spring-test test + + org.springframework + spring-tx + test + org.springframework spring-web