added apache-ds jars to dependencies
This commit is contained in:
parent
c7088e3f96
commit
6e3a192a32
24
project.xml
24
project.xml
|
@ -351,13 +351,33 @@
|
|||
<war.bundle>false</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<!-- Apache DS related dependencies for LDAP test server -->
|
||||
<dependency>
|
||||
<groupId>directory</groupId>
|
||||
<artifactId>apacheds-main</artifactId>
|
||||
<version>0.9</version>
|
||||
<artifactId>apacheds-core</artifactId>
|
||||
<version>0.9.4-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>directory</groupId>
|
||||
<artifactId>apacheds-server</artifactId>
|
||||
<version>0.9.4-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>directory</groupId>
|
||||
<artifactId>apacheds-shared</artifactId>
|
||||
<version>0.9.4-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jmock</groupId>
|
||||
<artifactId>jmock</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
<!-- plugins not bundled with maven 1.0.2 -->
|
||||
<dependency>
|
||||
<groupId>statcvs</groupId>
|
||||
|
|
Loading…
Reference in New Issue