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

@@ -763,6 +763,24 @@
<version>1.0.3.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.1.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>2.0.1.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>2.0.1.RELEASE</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>