Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1158#discussion_r174285398
--- Diff: distribution/pom.xml ---
@@ -324,6 +324,14 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
</dependency>
+ <dependency>
--- End diff --
maven dependency handling is indeed somewhat inconsistent in regards to
profile. Check maven 3.5 or above. AFAIK it (maven reactor) handles profile
dependencies better compared to prior versions.---
