mirror of https://github.com/apache/archiva.git
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:
parent
99a93d57f0
commit
11c6bd906c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue