slawekjaranowski commented on code in PR #489:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/489#discussion_r1904414136


##########
src/test/java/org/apache/maven/plugins/dependency/fromDependencies/TestCopyDependenciesMojo2.java:
##########
@@ -246,11 +243,12 @@ public void testRepositoryLayout() throws Exception {
         File baseDirectory = Paths.get(targetRepository.getBasedir()).toFile();
         assertTrue(baseDirectory.isDirectory());
 
+        org.apache.maven.repository.RepositorySystem repositorySystem =
+                lookup(org.apache.maven.repository.RepositorySystem.class);

Review Comment:
   😄 our deprecated code is not well documented ...
   In this case you can simply use `new DefaultArtifact(....)`



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to