diff options
author | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:24 +0000 |
commit | b781d2f5f76de809074373a8e6a531c49714242f (patch) | |
tree | 1d24dde3cecfbb4e40dd2d273a057eb2fbd3124a /archiva-modules/metadata/metadata-repository-api | |
parent | d49d1eac248cff3037cf2a0d50168f9c724fa151 (diff) | |
download | archiva-b781d2f5f76de809074373a8e6a531c49714242f.tar.gz archiva-b781d2f5f76de809074373a8e6a531c49714242f.zip |
update plexus-spring groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103898 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/metadata/metadata-repository-api')
-rw-r--r-- | archiva-modules/metadata/metadata-repository-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/metadata/metadata-repository-api/pom.xml b/archiva-modules/metadata/metadata-repository-api/pom.xml index 803fde3e5..f93c46365 100644 --- a/archiva-modules/metadata/metadata-repository-api/pom.xml +++ b/archiva-modules/metadata/metadata-repository-api/pom.xml @@ -35,7 +35,7 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> |