Provided a sample to support AmqpItemReader/Writer addition to spring-batch-2.2.

This commit is contained in:
wxlund
2012-12-18 10:38:24 -08:00
committed by Michael Minella
parent 9e840026e3
commit bfb406a1cf

View File

@@ -243,6 +243,16 @@
<artifactId>mail</artifactId>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>