use spring registry from apache archiva namespace

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-11 22:31:16 +00:00
parent 870ce2c4d8
commit 0f01e6d306
6 changed files with 10 additions and 10 deletions

View File

@ -30,11 +30,11 @@
<name>Archiva Base :: Configuration</name>
<dependencies>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-commons</artifactId>
</dependency>
<dependency>

View File

@ -50,7 +50,7 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-api</artifactId>
</dependency>
<dependency>

View File

@ -54,7 +54,7 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-api</artifactId>
</dependency>
</dependencies>

View File

@ -97,7 +97,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-commons</artifactId>
<scope>test</scope>
</dependency>

View File

@ -432,11 +432,11 @@
<version>${struts.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-commons</artifactId>
</dependency>
<dependency>

View File

@ -76,7 +76,7 @@
<redback.version>2.0-SNAPSHOT</redback.version>
<redback.cache.version>2.0-SNAPSHOT</redback.cache.version>
<redback.quartz.version>2.0-SNAPSHOT</redback.quartz.version>
<redback.registry.version>1.0</redback.registry.version>
<redback.registry.version>2.0-SNAPSHOT</redback.registry.version>
<redback.spring-utils.version>1.0</redback.spring-utils.version>
<redback.taskqueue.version>1.0</redback.taskqueue.version>
<slf4j.version>1.6.4</slf4j.version>
@ -1067,12 +1067,12 @@
<!-- redback components -->
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-api</artifactId>
<version>${redback.registry.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-registry-commons</artifactId>
<version>${redback.registry.version}</version>
<exclusions>