fix wagon 2.2 upgrade

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-02-17 14:58:24 +00:00
parent 3be005aa70
commit 99a93d57f0
1 changed files with 10 additions and 0 deletions

View File

@ -155,6 +155,16 @@ public class MockWagon
return 0;
}
public void setReadTimeout( int timeoutValue )
{
}
public int getReadTimeout()
{
return 0;
}
public void addSessionListener( SessionListener sessionListener )
{