Use latest directory server version

Set test scope to spring mock
This commit is contained in:
Carlos Sanchez 2006-04-25 04:46:19 +00:00
parent 377ad7fa2a
commit 7d250eda78
1 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ehcache</groupId>
@ -84,8 +85,8 @@
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>org.apache.ldap.server.core</artifactId>
<version>0.9.4-SNAPSHOT</version>
<artifactId>apacheds-core</artifactId>
<version>1.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>