mirror of https://github.com/apache/archiva.git
not needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1550042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2260b8e867
commit
8039adacd0
|
@ -105,48 +105,27 @@ public class DefaultRepositoryProxyConnectors
|
|||
{
|
||||
private Logger log = LoggerFactory.getLogger( DefaultRepositoryProxyConnectors.class );
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named(value = "archivaConfiguration#default")
|
||||
private ArchivaConfiguration archivaConfiguration;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named(value = "repositoryContentFactory#default")
|
||||
private RepositoryContentFactory repositoryFactory;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named(value = "metadataTools#default")
|
||||
private MetadataTools metadataTools;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private Map<String, PreDownloadPolicy> preDownloadPolicies;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private Map<String, PostDownloadPolicy> postDownloadPolicies;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private Map<String, DownloadErrorPolicy> downloadErrorPolicies;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private UrlFailureCache urlFailureCache;
|
||||
|
||||
|
@ -154,15 +133,9 @@ public class DefaultRepositoryProxyConnectors
|
|||
|
||||
private Map<String, ProxyInfo> networkProxyMap = new ConcurrentHashMap<String, ProxyInfo>();
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private WagonFactory wagonFactory;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named(value = "archivaTaskScheduler#repository")
|
||||
private ArchivaTaskScheduler scheduler;
|
||||
|
|
Loading…
Reference in New Issue