You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/11/27 23:22:42 UTC

[GitHub] [incubator-druid] ccaominh opened a new pull request #8962: Exclude unneeded hadoop transitive dependencies

ccaominh opened a new pull request #8962: Exclude unneeded hadoop transitive dependencies
URL: https://github.com/apache/incubator-druid/pull/8962
 
 
   ### Description
   
   These dependencies are provided by core:
   - com.squareup.okhttp:okhttp
   - commons-beanutils:commons-beanutils
   - org.apache.commons:commons-compress
   - org.apache.zookepper:zookeeper
   
   These dependencies are not needed and are excluded because they contain security vulnerabilities:
   - commons-beanutils:commons-beanutils-core
   - org.codehaus.jackson:jackson-mapper-asl
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/incubator-druid/blob/master/licenses.yaml)
   - [x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
   - [x] added unit tests or modified existing tests to cover new code paths.
   - [x] been tested in a test Druid cluster.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org