[MRM-1473] use some versions of components moved to spring only

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1153975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-08-04 19:32:01 +00:00
parent 8391b7c4d7
commit ff4d1607fc
1 changed files with 3 additions and 3 deletions

View File

@ -655,7 +655,7 @@
<dependency>
<groupId>org.codehaus.redback.components</groupId>
<artifactId>spring-quartz</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
@ -826,12 +826,12 @@
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<artifactId>spring-registry-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<artifactId>spring-registry-commons</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>