@Override
 public RemoteRepository findRemoteRepository(final String url) {
   return delegate.findRemoteRepository(url);
 }