oups fix compilation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-08-22 15:12:08 +00:00
parent 30ebe43f59
commit 957679528e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public abstract class AbstractDefaultRepositoryContent
* plexus.requirement role="org.apache.archiva.metadata.repository.storage.maven2.ArtifactMappingProvider"
*/
@Inject
protected List<ArtifactMappingProvider> artifactMappingProviders;
protected List<? extends ArtifactMappingProvider> artifactMappingProviders;
//@Inject
//protected ApplicationContext applicationContext;