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).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]