gnodet commented on code in PR #1179:
URL: https://github.com/apache/maven/pull/1179#discussion_r1240171985


##########
maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/AbstractRepositoryMetadata.java:
##########
@@ -29,8 +29,8 @@
 import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
 import 
org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader;
 import 
org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Writer;
-import org.codehaus.plexus.util.ReaderFactory;
-import org.codehaus.plexus.util.WriterFactory;
+import org.codehaus.plexus.util.xml.XmlStreamReader;

Review Comment:
   Actually, I think the usage of those classes is just wrong and they already 
have caused issues with tycho.  So I'll modify this PR to simply use plain 
InputStream / OutputStream.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to