You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2022/08/02 10:55:07 UTC

[hive] 02/02: HIVE-26440: Duplicate hive-standalone-metastore-server dependency in QFile module (Stamatis Zampetakis reviewed by Ayush Saxena)

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

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

commit e0f2d287c562423dc2632910aae4f1cd8bcd4b4d
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Mon Aug 1 15:47:10 2022 +0300

    HIVE-26440: Duplicate hive-standalone-metastore-server dependency in QFile module (Stamatis Zampetakis reviewed by Ayush Saxena)
    
    Closes #3490
---
 itests/qtest/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index bc58476789d..fc975fe9b28 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -64,12 +64,6 @@
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hive</groupId>
-      <artifactId>hive-standalone-metastore-server</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-it-custom-serde</artifactId>