diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index ea26f6e4f..28a784f95 100644 --- a/kyuubi-hive-beeline/pom.xml +++ b/kyuubi-hive-beeline/pom.xml @@ -44,7 +44,7 @@ org.apache.hive hive-beeline - ${hive.cli.version} + ${hive.client.version} * @@ -56,7 +56,7 @@ org.apache.hive hive-common - ${hive.cli.version} + ${hive.client.version} * @@ -68,7 +68,7 @@ org.apache.hive hive-jdbc - ${hive.cli.version} + ${hive.client.version} * @@ -80,7 +80,7 @@ org.apache.hive hive-service-rpc - ${hive.cli.version} + ${hive.client.version} * @@ -92,7 +92,7 @@ org.apache.hive hive-service - ${hive.cli.version} + ${hive.client.version} * @@ -104,7 +104,7 @@ org.apache.thrift libthrift - ${hive.cli.thrift.version} + ${hive.client.thrift.version} true @@ -117,7 +117,7 @@ org.apache.thrift libfb303 - ${hive.cli.fb303.version} + ${hive.client.fb303.version} true @@ -130,13 +130,13 @@ com.google.guava guava - ${hive.cli.guava.version} + ${hive.client.guava.version} commons-cli commons-cli - ${hive.cli.commons-cli.version} + ${hive.client.commons-cli.version} * @@ -148,7 +148,7 @@ jline jline - ${hive.cli.jline.version} + ${hive.client.jline.version} * @@ -160,7 +160,7 @@ net.sf.supercsv super-csv - ${hive.cli.supercsv.version} + ${hive.client.supercsv.version} * diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index 7bb27cd39..56490a6ff 100644 --- a/kyuubi-hive-jdbc-shaded/pom.xml +++ b/kyuubi-hive-jdbc-shaded/pom.xml @@ -44,7 +44,7 @@ org.apache.hive hive-storage-api - ${hive.cli.storage-api.version} + ${hive.client.storage-api.version} true @@ -57,7 +57,7 @@ org.apache.hive hive-service-rpc - ${hive.cli.version} + ${hive.client.version} true @@ -70,7 +70,7 @@ org.apache.hive.shims hive-shims-common - ${hive.cli.version} + ${hive.client.version} true @@ -83,7 +83,7 @@ org.apache.hive.shims hive-shims-0.23 - ${hive.cli.version} + ${hive.client.version} true @@ -96,7 +96,7 @@ org.apache.hive hive-common - ${hive.cli.version} + ${hive.client.version} true @@ -109,7 +109,7 @@ org.apache.hive hive-metastore - ${hive.cli.version} + ${hive.client.version} true @@ -122,7 +122,7 @@ org.apache.hive hive-serde - ${hive.cli.version} + ${hive.client.version} true @@ -135,7 +135,7 @@ org.apache.hive hive-service - ${hive.cli.version} + ${hive.client.version} true @@ -148,28 +148,28 @@ commons-codec commons-codec - ${hive.cli.commons-codec.version} + ${hive.client.commons-codec.version} true commons-lang commons-lang - ${hive.cli.commons-lang.version} + ${hive.client.commons-lang.version} true com.google.guava guava - ${hive.cli.guava.version} + ${hive.client.guava.version} true org.apache.curator curator-framework - ${hive.cli.curator.version} + ${hive.client.curator.version} true @@ -182,7 +182,7 @@ org.apache.curator curator-client - ${hive.cli.curator.version} + ${hive.client.curator.version} true @@ -195,7 +195,7 @@ org.apache.httpcomponents httpclient - ${hive.cli.httpcomponents-client.version} + ${hive.client.httpcomponents-client.version} true @@ -208,14 +208,14 @@ org.apache.httpcomponents httpcore - ${hive.cli.httpcomponents-core.version} + ${hive.client.httpcomponents-core.version} true org.apache.thrift libthrift - ${hive.cli.thrift.version} + ${hive.client.thrift.version} true @@ -228,7 +228,7 @@ org.apache.thrift libfb303 - ${hive.cli.fb303.version} + ${hive.client.fb303.version} true @@ -241,7 +241,7 @@ org.apache.zookeeper zookeeper - ${hive.cli.zookeeper.version} + ${hive.client.zookeeper.version} true diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index ef6abfc13..139fa9171 100644 --- a/kyuubi-hive-jdbc/pom.xml +++ b/kyuubi-hive-jdbc/pom.xml @@ -40,7 +40,7 @@ org.apache.hive hive-storage-api - ${hive.cli.storage-api.version} + ${hive.client.storage-api.version} * @@ -52,7 +52,7 @@ org.apache.hive hive-service-rpc - ${hive.cli.version} + ${hive.client.version} * @@ -64,7 +64,7 @@ org.apache.hive.shims hive-shims-common - ${hive.cli.version} + ${hive.client.version} * @@ -76,7 +76,7 @@ org.apache.hive.shims hive-shims-0.23 - ${hive.cli.version} + ${hive.client.version} * @@ -88,7 +88,7 @@ org.apache.hive hive-common - ${hive.cli.version} + ${hive.client.version} * @@ -100,7 +100,7 @@ org.apache.hive hive-metastore - ${hive.cli.version} + ${hive.client.version} * @@ -112,7 +112,7 @@ org.apache.hive hive-serde - ${hive.cli.version} + ${hive.client.version} * @@ -124,7 +124,7 @@ org.apache.hive hive-service - ${hive.cli.version} + ${hive.client.version} * @@ -136,25 +136,25 @@ commons-codec commons-codec - ${hive.cli.commons-codec.version} + ${hive.client.commons-codec.version} commons-lang commons-lang - ${hive.cli.commons-lang.version} + ${hive.client.commons-lang.version} com.google.guava guava - ${hive.cli.guava.version} + ${hive.client.guava.version} org.apache.curator curator-framework - ${hive.cli.curator.version} + ${hive.client.curator.version} * @@ -166,7 +166,7 @@ org.apache.curator curator-client - ${hive.cli.curator.version} + ${hive.client.curator.version} * @@ -178,7 +178,7 @@ org.apache.httpcomponents httpclient - ${hive.cli.httpcomponents-client.version} + ${hive.client.httpcomponents-client.version} * @@ -190,13 +190,13 @@ org.apache.httpcomponents httpcore - ${hive.cli.httpcomponents-core.version} + ${hive.client.httpcomponents-core.version} org.apache.thrift libthrift - ${hive.cli.thrift.version} + ${hive.client.thrift.version} * @@ -208,7 +208,7 @@ org.apache.thrift libfb303 - ${hive.cli.fb303.version} + ${hive.client.fb303.version} * @@ -220,7 +220,7 @@ org.apache.zookeeper zookeeper - ${hive.cli.zookeeper.version} + ${hive.client.zookeeper.version} * diff --git a/pom.xml b/pom.xml index 710fa47d5..dbd3cab94 100644 --- a/pom.xml +++ b/pom.xml @@ -137,21 +137,21 @@ 3.4.14 - 2.3.9 - 2.3.9 - 2.6 - 1.2 - 1.15 - 2.12.0 - 14.0.1 - 4.5.13 - 4.4.13 - 2.12 - 2.4.0 - 2.2.0 - 0.9.3 - 0.9.3 - 3.4.14 + 2.3.9 + 2.3.9 + 2.6 + 1.2 + 1.15 + 2.12.0 + 14.0.1 + 4.5.13 + 4.4.13 + 2.12 + 2.4.0 + 2.2.0 + 0.9.3 + 0.9.3 + 3.4.14 UTF-8 ${project.build.directory}/scala-${scala.binary.version}/jars