Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1158#discussion_r174489502
--- Diff: distribution/pom.xml ---
@@ -324,6 +324,14 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
</dependency>
+ <dependency>
--- End diff --
I have tried maven 3.5.3 version (I used 3.5.0 by default for couple of
month), but nothing is changed.
I have also tried the newest `maven-assembly-plugin`, but no luck too.
So I have added dependencies for `storage-hive/core` module for `mapr`
profile without removing them from `distribution` module. I believe that it is
better than adding a new module to storage-hive or adding extra assembly
plugins.
But to create a JIra to investigate it in future can be a good point here.
---