From a6d69f16cefee761c469e59a0886bb909e3b6401 Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Fri, 7 Dec 2007 19:11:20 +0000 Subject: [PATCH] Added commons-pool to dependency list. --- spring-ldap/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ldap/readme.txt b/spring-ldap/readme.txt index d6959958..b58d4657 100644 --- a/spring-ldap/readme.txt +++ b/spring-ldap/readme.txt @@ -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