You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2015/05/09 01:48:33 UTC

[2/2] drill git commit: DRILL-2570 - exclude "META-INF/services" dir from jdbc-all

DRILL-2570 - exclude "META-INF/services" dir from jdbc-all


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

Branch: refs/heads/master
Commit: c2bd69879b6760712393a6ee2c4e34071a4b7795
Parents: 33713f8
Author: Patrick Wong <pw...@maprtech.com>
Authored: Thu Apr 9 15:42:55 2015 -0700
Committer: Parth Chandra <pa...@apache.org>
Committed: Fri May 8 16:47:55 2015 -0700

----------------------------------------------------------------------
 exec/jdbc-all/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/c2bd6987/exec/jdbc-all/pom.xml
----------------------------------------------------------------------
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 9042769..388f8ba 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -264,6 +264,7 @@
                     <exclude name="**/*.SF"/>
                     <exclude name="**/*.RSA"/>
                     <exclude name="**/*.DSA"/>
+                    <exclude name="META-INF/services/*"/>
                     <exclude name="META-INF/*.SF"/>
                     <exclude name="META-INF/*.RSA"/>
                     <exclude name="META-INF/*.DSA"/>