You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/04/17 20:20:14 UTC

[GitHub] [maven-dependency-plugin] slawekjaranowski commented on a diff in pull request #304: [MDEP-856] Upgrade transitive dependency to commons-text from 1.3 to 1.10.0

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: issues-unsubscribe@maven.apache.org

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