lewismc commented on PR #908: URL: https://github.com/apache/nutch/pull/908#issuecomment-4232890814
TestFetcher was breaking due a clash between the transitive Jetty 9 dependency defined by Hadoop 3.4.3 and the explicit dependency defined in `ivy.xml`. I've used [MockServer](https://www.mock-server.com/) before with success so decided to remove the clash by replacing the Jetty 12 dependency with MockServer. I hope this prevents future clashes when we upgrade Hadoop. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

