mirror of https://github.com/apache/archiva.git
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:
parent
30ebe43f59
commit
957679528e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue