Added back spring-dao as an optional dependency.
This commit is contained in:
@@ -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.)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>spring-dao</emphasis> (If you are planning to use the client side compensating transaction support)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>spring-jdbc</emphasis> (If you are planning to use the client side compensating transaction support)</para>
|
||||
</listitem>
|
||||
@@ -373,7 +376,7 @@ public class PersonDaoImpl implements PersonDao {
|
||||
<listitem>
|
||||
<para>Dependencies: ldap, ldap.core, ldap.transaction.compensating,
|
||||
ldap.transaction.compensating.support, transaction.compensating,
|
||||
spring-jdbc (optional), commons-logging</para>
|
||||
spring-dao (optional), spring-jdbc (optional), commons-logging</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
Reference in New Issue
Block a user