git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@412028
13f79535-47bb-0310-9956-
ffa450edef68
* @author Edwin Punzalan
* @plexus.component role="org.apache.maven.repository.proxy.ProxyManager"
* @todo too much of wagon manager is reproduced here because checksums need to be downloaded separately - is that necessary?
+ * @todo this isn't reusing the parts of wagon manager than handle snapshots
*/
public class DefaultProxyManager
extends AbstractLogEnabled
*/
import java.io.File;
-import java.io.IOException;
import java.io.FileNotFoundException;
+import java.io.IOException;
import java.security.NoSuchAlgorithmException;
/**