Deprecated API

Deprecated Methods
org.apache.maven.wagon.util.IoUtils.bufferedCopy(InputStream, OutputStream)
          Buffering streams is actively harmful! See the class description as to why. Use IoUtils.copy(InputStream, OutputStream) instead.