Added commons-pool to dependency list.

This commit is contained in:
Mattias Arthursson
2007-12-07 19:11:20 +00:00
parent 1ab075373d
commit a6d69f16ce

View File

@@ -69,12 +69,12 @@ specifies the respective contents and third-party dependencies.
* spring-ldap-x.x.jar
- Contents: The Spring-LDAP library
- Dependencies: Commons Logging, Commons Lang, spring-beans,
spring-core, spring-context, spring-dao, ldapbp
spring-core, spring-context, spring-dao, ldapbp, commons-pool
* spring-ldap-tiger-x.x.jar
- Contents: The Spring-LDAP Java 5 support library
- Dependencies: Commons Logging, Commons Lang, spring-beans,
spring-core, spring-context, spring-dao, ldapbp
spring-core, spring-context, spring-dao, ldapbp, commons-pool
4. WHERE TO START