ok2c commented on pull request #251: URL: https://github.com/apache/httpcomponents-core/pull/251#issuecomment-769940824
@tony-- It is sort of a good practice to define all project dependencies in the project POM dependency management section. The scope of the same dependency however may vary. At some point of this some other module might need the same artifact but with a different scope. This is precisely what has happened with `conscrypt-openjdk-uber` in the 5.x branch. The 5.x `httpcore-h2` now depends on it with `compile` scope, thought the dependency is optional at runtime. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org