mirror of https://github.com/apache/archiva.git
[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:
parent
8391b7c4d7
commit
ff4d1607fc
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue