aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-05-25 15:31:30 +0000
committerOlivier Lamy <olamy@apache.org>2011-05-25 15:31:30 +0000
commit971dcc2f3570136a52c1d938527b1714231ed2b9 (patch)
treec8058637d6f3e86431bdacc6e2873e52046ceb56 /pom.xml
parentb0a37ac3863a846fa9652de7246fb06fa2f2f80e (diff)
downloadarchiva-971dcc2f3570136a52c1d938527b1714231ed2b9.tar.gz
archiva-971dcc2f3570136a52c1d938527b1714231ed2b9.zip
[MRM-1473] remove use of plexus-spring
move archiva-repository-layer to full spring git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1127555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index c71f23e22..596432db7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
<exclude>net.sf.ehcache:ehcache</exclude>
<exclude>org.codehaus.plexus.registry:plexus-registry-api</exclude>
<exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude>
+ <exclude>>org.codehaus.plexus:plexus-taskqueue</exclude>
</excludes>
</bannedDependencies>
</rules>
@@ -782,9 +783,9 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-taskqueue</artifactId>
- <version>1.0-alpha-8</version>
+ <groupId>org.codehaus.redback.components</groupId>
+ <artifactId>spring-taskqueue</artifactId>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>