Copilot commented on code in PR #752:
URL:
https://github.com/apache/maven-shade-plugin/pull/752#discussion_r3673689113
##########
pom.xml:
##########
@@ -186,6 +186,12 @@
</dependency>
<!-- Test -->
+ <!-- Used by: TransformerTesterRule only -->
+ <dependency>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>org.eclipse.sisu.plexus</artifactId>
+ <scope>test</scope>
+ </dependency>
Review Comment:
This dependency doesn’t declare a `<version>`. If it’s not already pinned
via `<dependencyManagement>` (e.g., parent POM/BOM), Maven will fail to build
with a missing version error. Consider adding an explicit `<version>` here or
adding it to `<dependencyManagement>` to keep versions centralized and
reproducible.
--
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]