From bfb406a1cf5e10149e7ab787be73c7ba9a852315 Mon Sep 17 00:00:00 2001 From: wxlund Date: Tue, 18 Dec 2012 10:38:24 -0800 Subject: [PATCH] Provided a sample to support AmqpItemReader/Writer addition to spring-batch-2.2. --- spring-batch-samples/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 558267338..104dfc7fa 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -243,6 +243,16 @@ mail 1.4.1 + + org.springframework.amqp + spring-amqp + true + + + org.springframework.amqp + spring-rabbit + true +