mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Add Apache DS.
This commit is contained in:
parent
204da55a0b
commit
83750266ba
@ -60,5 +60,6 @@
|
||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-2.1.8.jar"/>
|
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
|
||||
<classpathentry sourcepath="DIST_BASE/commons-beanutils-1.6.1-src/src/java" kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/>
|
||||
<classpathentry kind="var" path="MAVEN_REPO/apache-directory/jars/apacheds-main-0.9-SNAPSHOT.jar"/>
|
||||
<classpathentry kind="output" path="target/eclipseclasses"/>
|
||||
</classpath>
|
||||
|
10
project.xml
10
project.xml
@ -67,7 +67,7 @@
|
||||
<id>benalex</id>
|
||||
<email>benalex at users.sourceforge.net</email>
|
||||
<organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
|
||||
<timezone>+10</timezone>
|
||||
<timezone>+10</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Francois Beausoleil</name>
|
||||
@ -90,7 +90,7 @@
|
||||
<id>luke_t</id>
|
||||
<email>luke at monkeymachine.ltd.uk</email>
|
||||
<organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
|
||||
<timezone>0</timezone>
|
||||
<timezone>0</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Ray Krueger</name>
|
||||
@ -391,6 +391,12 @@
|
||||
<war.bundle>false</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>apache-directory</groupId>
|
||||
<artifactId>apacheds-main</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user