From 7cc07ab6401fa338950b4a983c47d67c75b7b908 Mon Sep 17 00:00:00 2001 From: nebhale Date: Tue, 11 Mar 2008 14:06:27 +0000 Subject: [PATCH] [BATCH-271] Made optional the proper Spring Framework dependencies --- spring-batch-core/pom.xml | 2 ++ spring-batch-infrastructure/pom.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index b8df7276b..ab59b9135 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -85,6 +85,7 @@ org.springframework spring-jdbc + true org.springframework @@ -94,6 +95,7 @@ org.springframework spring-tx + true backport-util-concurrent diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 247d318fa..037f534b5 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -157,6 +157,7 @@ org.springframework spring-aop + true org.springframework @@ -165,14 +166,17 @@ org.springframework spring-jdbc + true org.springframework spring-jms + true org.springframework spring-orm + true org.springframework @@ -182,6 +186,7 @@ org.springframework spring-tx + true