mirror of https://github.com/apache/archiva.git
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:
parent
870ce2c4d8
commit
0f01e6d306
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue