michael-o commented on code in PR #461: URL: https://github.com/apache/maven-dependency-plugin/pull/461#discussion_r1838272304
########## src/test/java/org/apache/maven/plugins/dependency/tree/TestTreeMojo.java: ########## @@ -190,6 +189,7 @@ public void testTreeJsonCircularDependency() throws IOException { public void testTreeJsonParsing() throws Exception { List<String> contents = runTreeMojo("tree2.json", "json"); + System.setProperty("jakarta.json.provider", "org.glassfish.json.JsonProviderImpl"); Review Comment: Why is this necessary? Is there not `ServiceProvider` file in `META-INF? -- 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