You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/05 22:24:28 UTC

[GitHub] [maven-resolver-ant-tasks] ppkarwasz commented on a diff in pull request #15: [MRESOLVER-288] Add support for dependency management

ppkarwasz commented on code in PR #15:
URL: https://github.com/apache/maven-resolver-ant-tasks/pull/15#discussion_r1014733546


##########
src/test/resources/ant/Resolve/pom.xml:
##########
@@ -37,6 +37,16 @@
     <aetherVersion>0.9.0.M3</aetherVersion>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.maven.resolver</groupId>
+        <artifactId>maven-resolver-api</artifactId>
+        <version>1.8.0</version>

Review Comment:
   @cstamas, what pair of dependencies do you suggest?



-- 
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