Updated apache DS dependencies to fix unit tests

This commit is contained in:
Ray Krueger 2007-04-24 13:43:48 +00:00
parent 0f7e19dc77
commit a6079cd3d6
1 changed files with 4 additions and 4 deletions

View File

@ -363,7 +363,7 @@
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core</artifactId>
<version>1.0-RC1</version>
<version>1.0.0</version>
<properties>
<scope>test</scope>
</properties>
@ -371,7 +371,7 @@
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core-shared</artifactId>
<version>1.0-RC1</version>
<version>1.0.0</version>
<properties>
<scope>test</scope>
</properties>
@ -379,12 +379,12 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-asn1</artifactId>
<version>0.9.5</version>
<version>0.9.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
<version>0.9.5</version>
<version>0.9.5.3</version>
</dependency>
<dependency>
<groupId>antlr</groupId>