diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 253b840..215dc86 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -41,8 +41,14 @@ org.apache.hive - hive-metastore + hive-service ${project.version} + + + org.apache.hive + hive-exec + + org.apache.hive @@ -51,12 +57,12 @@ org.apache.hive - hive-service + hive-metastore ${project.version} org.apache.hive - hive-exec + hive-shims ${project.version} @@ -135,8 +141,39 @@ true true ${hive.jdbc.driver.classifier} + + + org.apache.hive.shims:hive-shims-common + + org/apache/hadoop/hive/shims/* + org/apache/hadoop/hive/thrift/* + + + + org.apache.hive.shims:hive-shims-common-secure + + org/apache/hadoop/hive/thrift/* + org/apache/hadoop/hive/thrift/client/* + + + + org.apache.hive.shims:hive-shims-0.23 + + org/apache/hadoop/hive/thrift/* + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + org.apache.commons:commons-compress org.apache.hadoop:* org.apache.hive:hive-ant org.apache.ant:* @@ -150,23 +187,16 @@ org.tukaani:* org.iq80.snappy:* org.apache.velocity:* + net.sf.jpam:* + org.apache.avro:* + net.sf.opencsv:* + org.antlr:* - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - + -