ebarboni commented on code in PR #243:
URL: 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/243#discussion_r2166436456


##########
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:
   I have no precise idea, the pluginplugin trigger a warning as some maven 
internal should have the "precise" version in provided scope. I think its 
plexus transitive dependencies that needs to be explicited. 
   
   ```
   
   The following dependencies are in wrong scope:
    * org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-5:compile
    * org.apache.maven:maven-api-xml:jar:4.0.0-alpha-5:compile
    * org.apache.maven:maven-api-meta:jar:4.0.0-alpha-5:compile
   ```



-- 
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: notifications-unsubscr...@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to