[ 
https://issues.apache.org/jira/browse/MNG-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738117#comment-17738117
 ] 

ASF GitHub Bot commented on MNG-7830:
-------------------------------------

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


##########
maven-model-transform/pom.xml:
##########
@@ -32,6 +32,14 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>

Review Comment:
   Yes, the round tripping (i.e. read the xml using stax and write it back to a 
string without any difference) is only supported by woodstox (the `stax2-api` 
is a mandatory dependency of woodstox anyway).





> Switch from plexus-xml to stax / woodstox
> -----------------------------------------
>
>                 Key: MNG-7830
>                 URL: https://issues.apache.org/jira/browse/MNG-7830
>             Project: Maven
>          Issue Type: Dependency upgrade
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: 4.0.0-alpha-8
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to