From e78f1b8927f177b4e50edb2976c43291939aa08b Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Tue, 30 Oct 2007 21:04:45 +0000 Subject: [PATCH] Added back spring-dao as an optional dependency. --- spring-ldap/docs/reference/src/overview.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-ldap/docs/reference/src/overview.xml b/spring-ldap/docs/reference/src/overview.xml index 99f2ca7a..a6690063 100644 --- a/spring-ldap/docs/reference/src/overview.xml +++ b/spring-ldap/docs/reference/src/overview.xml @@ -199,6 +199,9 @@ public class PersonDaoImpl implements PersonDao { adds the ability for application objects to obtain resources using a consistent API. Definitely needed if you are planning on using the BaseLdapPathBeanPostProcessor.) + + spring-dao (If you are planning to use the client side compensating transaction support) + spring-jdbc (If you are planning to use the client side compensating transaction support) @@ -373,7 +376,7 @@ public class PersonDaoImpl implements PersonDao { Dependencies: ldap, ldap.core, ldap.transaction.compensating, ldap.transaction.compensating.support, transaction.compensating, - spring-jdbc (optional), commons-logging + spring-dao (optional), spring-jdbc (optional), commons-logging