elharo commented on code in PR #489: URL: https://github.com/apache/maven-dependency-plugin/pull/489#discussion_r1904401724
########## 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: Bleah, still trying to figure out what needs to be done for these sorts of thing. It would be too easy if whoever deprecated this way back when had documented the replacement. -- 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