diff --git a/spring-ldap/docs/reference/src/overview.xml b/spring-ldap/docs/reference/src/overview.xml
index 2fa760de..a58db1a0 100644
--- a/spring-ldap/docs/reference/src/overview.xml
+++ b/spring-ldap/docs/reference/src/overview.xml
@@ -163,56 +163,49 @@ public class PersonDaoImpl implements PersonDao {
- spring-ldap (the Spring LDAP library)
+ spring-ldap (the Spring LDAP library)
- spring-core (miscellaneous utility classes used internally by
+ spring-core (miscellaneous utility classes used internally by
the framework)
- spring-beans (contains interfaces and classes for manipulating
+ spring-beans (contains interfaces and classes for manipulating
Java beans)
- spring-dao (basic transaction support)
-
-
-
- commons-logging (a simple logging facade, used
+ commons-logging (a simple logging facade, used
internally)
- commons-lang (misc utilities, used internally)
+ commons-lang (misc utilities, used internally)
-
- ldapbp (Sun LDAP Booster Pack, for required LDAP
- controls)
-
- If your application is wired up using the Spring ApplicationContext,
- you also need:
+ In addition to the required dependencies the following optional dependencies
+ are required for certain functionality:
- spring-context (adds the ability for application objects to
- obtain resources using a consistent API)
+ spring-context (If your application is wired up using the Spring Application Context -
+ adds the ability for application objects to obtain resources using a consistent API)
-
-
- If you use the AcegiAuthenticationSource, you
- also need:
-
-
- acegi-security
+ acegi-security (For Acegi security integration using AcegiAuthenticationSource)
+
+
+ spring-dao (If you are planning to use the client side compensating transaction support)
+
+
+ ldapbp (Sun LDAP Booster Pack - if you will use the LDAP v3 Server controls integration)
+