You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2022/07/21 04:16:39 UTC

[hive] branch master updated: HIVE-26418: Stop packaging hive-standalone-metastore-server*-tests.jar (John Sherman, reviewed by Krisztian Kasa)

This is an automated email from the ASF dual-hosted git repository.

krisztiankasa pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 83430809162 HIVE-26418: Stop packaging hive-standalone-metastore-server*-tests.jar (John Sherman, reviewed by Krisztian Kasa)
83430809162 is described below

commit 834308091624c1a69cba7a8b97919ed1ff0fc616
Author: John Sherman <jf...@cloudera.com>
AuthorDate: Wed Jul 20 21:16:29 2022 -0700

    HIVE-26418: Stop packaging hive-standalone-metastore-server*-tests.jar (John Sherman, reviewed by Krisztian Kasa)
---
 hbase-handler/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml
index 45d1f8666d5..b5ba372b135 100644
--- a/hbase-handler/pom.xml
+++ b/hbase-handler/pom.xml
@@ -246,11 +246,17 @@
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-standalone-metastore-server</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-standalone-metastore-server</artifactId>
       <version>${project.version}</version>
       <classifier>tests</classifier>
+      <scope>test</scope>
     </dependency>
   </dependencies>
   <build>