Repository: incubator-drill
Updated Branches:
  refs/heads/master 2d10afd4b -> 7ad6de699


DRILL-414: Update root pom.xml so that mapr dependency excludes commons-logging.


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

Branch: refs/heads/master
Commit: e64a68258f08cfa901360c39ebbf256791ecbb6c
Parents: 2d10afd
Author: pwong-mapr <[email protected]>
Authored: Wed Mar 12 17:56:46 2014 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Mon Mar 17 08:58:58 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/e64a6825/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc5158d..37fcbf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,6 +616,12 @@
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase</artifactId>
             <version>0.94.13-mapr-1401-m7-3.0.2</version>
+            <exclusions>
+              <exclusion>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+              </exclusion>
+            </exclusions>
           </dependency>
           <dependency>
             <groupId>org.apache.hadoop</groupId>

Reply via email to