aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-10 15:35:58 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-10 15:35:58 +0000
commitd9ba2b6814028104bf673437da1baf889c7bbbae (patch)
treeab0594d8d3adad317d35110eddfbb5dc632678b6 /archiva-modules
parent0cb8cf2879eefce11d50bc3e744105e068eb41a4 (diff)
downloadarchiva-d9ba2b6814028104bf673437da1baf889c7bbbae.tar.gz
archiva-d9ba2b6814028104bf673437da1baf889c7bbbae.zip
force spring-jdo version to be used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134348 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index e70751fdc..b795ab84b 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -178,6 +178,10 @@
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.codehaus.redback.components</groupId>
+ <artifactId>spring-jdo2</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<exclusions>