Bringing the LDIF based ItemReader from Spring LDAP to Spring Batch to break circular dependency

This commit is contained in:
Michael Minella
2014-04-21 14:52:24 -05:00
parent 33f87e992f
commit 337b844fc9
17 changed files with 1179 additions and 9 deletions

View File

@@ -107,10 +107,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.easymock</groupId> -->
<!-- <artifactId>easymock</artifactId> -->
<!-- </dependency> -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
@@ -137,6 +133,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>