mirror of https://github.com/apache/archiva.git
use spring jdo2 from apache namespace
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1312033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f1adfe0b6
commit
6a3ca79d07
|
@ -444,7 +444,7 @@
|
|||
<artifactId>spring-cache-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.redback.components</groupId>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>spring-jdo2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -440,9 +440,9 @@
|
|||
<version>${redback.spring-utils.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.redback.components</groupId>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>spring-jdo2</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue