From 69b86fd04537003bfd6b908e6f775ecff9952413 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 19 Mar 2009 03:31:02 +0000 Subject: [PATCH] SEC-1124: Create LDAP module. Added maven subproject --- ldap/pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 ldap/pom.xml diff --git a/ldap/pom.xml b/ldap/pom.xml new file mode 100644 index 0000000000..3e9b600cc9 --- /dev/null +++ b/ldap/pom.xml @@ -0,0 +1,65 @@ + + 4.0.0 + + org.springframework.security + spring-security-parent + 2.5.0-SNAPSHOT + + jar + spring-security-ldap + Spring Security - LDAP Module + + + + org.springframework.security + spring-security-core + ${project.version} + + + org.springframework.ldap + spring-ldap-core + + + commons-logging + commons-logging + + + org.apache.directory.server + apacheds-core + 1.0.2 + compile + true + + + org.apache.directory.server + apacheds-server-jndi + 1.0.2 + compile + true + + + org.apache.mina + mina-core + 1.0.5 + compile + true + + + org.slf4j + slf4j-log4j12 + 1.4.3 + runtime + true + + + org.jmock + jmock-junit4 + + + log4j + log4j + true + + + +