use some staged released components
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1558667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a74131c8c
commit
7e9a491d07
14
pom.xml
14
pom.xml
|
@ -332,12 +332,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.cache</groupId>
|
||||
<artifactId>spring-cache-api</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.cache</groupId>
|
||||
<artifactId>spring-cache-ehcache</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
|
@ -347,7 +347,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>expression-evaluator</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
@ -358,12 +358,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
||||
<artifactId>spring-registry-api</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
||||
<artifactId>spring-registry-commons</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
@ -390,7 +390,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>spring-jdo2</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>xerces</groupId>
|
||||
|
@ -590,7 +590,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>spring-apacheds</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue