You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ad...@apache.org on 2016/06/18 23:02:50 UTC

drill git commit: DRILL-4727: [Addendum] Exclude netty from HBase Client's transitive dependencies

Repository: drill
Updated Branches:
  refs/heads/master f70df990f -> bd1d9c24f


DRILL-4727: [Addendum] Exclude netty from HBase Client's transitive dependencies

Excluded `netty-all` from the list of transitive dependencies pulled by `mapr-hbase` in `mapr` profile.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/bd1d9c24
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/bd1d9c24
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/bd1d9c24

Branch: refs/heads/master
Commit: bd1d9c24f574af14541e7d4abcd386624de92dcc
Parents: f70df99
Author: Aditya Kishore <ad...@apache.org>
Authored: Fri Jun 17 15:13:48 2016 -0700
Committer: Aditya Kishore <ad...@apache.org>
Committed: Fri Jun 17 15:13:48 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/bd1d9c24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8e228f8..8205c78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1597,6 +1597,10 @@
             <version>${mapr.core.version}</version>
             <exclusions>
               <exclusion>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-all</artifactId>
+              </exclusion>
+              <exclusion>
                 <artifactId>log4j</artifactId>
                 <groupId>log4j</groupId>
               </exclusion>