From e2245ef25edb3e637059982d3354f60902cefd9c Mon Sep 17 00:00:00 2001 From: Deepesh Khandelwal Date: Thu, 18 Sep 2014 17:39:10 -0700 Subject: [PATCH] HIVE-8185: hive-jdbc-0.14.0-SNAPSHOT-standalone.jar fails verification for signatures in build --- jdbc/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 0132f12..2623722 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -137,6 +137,9 @@ ${hive.jdbc.driver.classifier} + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA org.apache.hadoop:* org.apache.hive:hive-ant org.apache.ant:* -- 1.8.5.2 (Apple Git-48)