mbien commented on code in PR #243:
URL:
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/243#discussion_r2166476427
##########
nb-repository-plugin/pom.xml:
##########
@@ -108,6 +108,18 @@ under the License.
<version>${maven.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-api-xml</artifactId>
+ <version>4.0.0-alpha-5</version>
Review Comment:
```diff
diff --git a/pom.xml b/pom.xml
index 6a3727e..bb397b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,12 +102,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>4.0.2</version>
+ <version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
- <version>4.0.0</version>
+ <version>3.0.2</version>
</dependency>
</dependencies>
</dependencyManagement>
```
this builds and tests fine
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists