aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-core/pom.xml
diff options
context:
space:
mode:
authorEdwin L. Punzalan <epunzalan@apache.org>2006-10-25 03:18:54 +0000
committerEdwin L. Punzalan <epunzalan@apache.org>2006-10-25 03:18:54 +0000
commitc15a3f3ec59e823f0fbe86f9ed7510d0ad03dcd5 (patch)
tree943a2ccefe62683dc54876630df4aed48ed20b51 /archiva-core/pom.xml
parentadce668c68d9cc20fb6240b9f3c461876e0e431f (diff)
downloadarchiva-c15a3f3ec59e823f0fbe86f9ed7510d0ad03dcd5.tar.gz
archiva-c15a3f3ec59e823f0fbe86f9ed7510d0ad03dcd5.zip
PR: MRM-139
enabled use of plexus-taskqueue in addition to the scheduler. The scheduler now queues the tasks. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-core/pom.xml')
-rw-r--r--archiva-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-core/pom.xml b/archiva-core/pom.xml
index 8862ab6b3..78e4b9384 100644
--- a/archiva-core/pom.xml
+++ b/archiva-core/pom.xml
@@ -34,6 +34,11 @@
<artifactId>plexus-quartz</artifactId>
<version>1.0-alpha-2</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-taskqueue</artifactId>
+ <version>1.0-alpha-4-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
<plugins>