Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1111#discussion_r166832879
--- Diff: contrib/storage-hive/core/pom.xml ---
@@ -58,6 +58,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
+ <exclusion>
--- End diff --
For a transitive dependency will it be better to use
`DependencyManagement`? Please add comments with details.---
