rzo1 commented on PR #2117: URL: https://github.com/apache/stormcrawler/pull/2117#issuecomment-5574880702
This one isn't a formatting failure like the others — `rat` dies during dependency resolution: ``` Could not find artifact com.github.crawler-commons:urlfrontier-API:jar:2.6 in central ``` `stormcrawler-urlfrontier` can't resolve `urlfrontier-API:2.6` from Maven Central, so the build never reaches the checks. Is 2.6 released yet? If it's only in a staging or snapshot repo, this PR can't go green on CI as it stands and will need to wait for the release, or pin a version that's actually on Central. -- 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]
