diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-11 21:46:31 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-11 21:46:31 +0000 |
commit | f255d0216ae5ee65c42ef6faf031f6b8c6de5864 (patch) | |
tree | a0f3f275c0300b281bd120c5657c1c93fb687491 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | a79e161922a92e52bc2132c12a4e7d87bdb96960 (diff) | |
download | archiva-f255d0216ae5ee65c42ef6faf031f6b8c6de5864.tar.gz archiva-f255d0216ae5ee65c42ef6faf031f6b8c6de5864.zip |
use spring quartz with asf groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index a73b05921..182696aa8 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -580,7 +580,7 @@ <artifactId>spring-taskqueue</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback.components</groupId> + <groupId>org.apache.archiva.redback.components</groupId> <artifactId>spring-quartz</artifactId> </dependency> <dependency> |