fix wagon 2.2 upgrade

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-02-17 15:03:30 +00:00
parent 99a93d57f0
commit 11c6bd906c
1 changed files with 10 additions and 0 deletions

View File

@ -113,6 +113,16 @@ public class WagonDelegate
return 0;
}
public void setReadTimeout( int timeoutValue )
{
// ignore
}
public int getReadTimeout()
{
return 0;
}
public Repository getRepository()
{
return delegate.getRepository();