slawekjaranowski commented on code in PR #304:
URL:
https://github.com/apache/maven-dependency-plugin/pull/304#discussion_r1169229221
##########
pom.xml:
##########
@@ -165,6 +165,11 @@ under the License.
<artifactId>maven-reporting-impl</artifactId>
<version>3.2.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>1.10.0</version>
+ </dependency>
Review Comment:
for transitive version override I like to use dependency Management, it is
more clear that we only manage of version but it is not a direct needed
dependency.
--
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]