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

omalley pushed a commit to branch storage-branch-2.8
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 08c0b2a45f4044da411bec5772905f2fdb8014a5
Author: Owen O'Malley <oomal...@linkedin.com>
AuthorDate: Fri Jun 18 10:27:34 2021 -0700

    Update storage-api to 2.8.0
---
 pom.xml                          | 2 +-
 standalone-metastore/pom.xml     | 2 +-
 storage-api/pom.xml              | 2 +-
 upgrade-acid/pre-upgrade/pom.xml | 4 ++++
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f03368b..b17d6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
     <stax.version>1.0.1</stax.version>
     <slf4j.version>1.7.30</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
-    <storage-api.version>2.7.3-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.8.0</storage-api.version>
     <tez.version>0.10.0</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>2.4.5</spark.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index d3ae036..e1b2f57 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -99,7 +99,7 @@
     <sqlline.version>1.9.0</sqlline.version>
     <jline.version>2.14.6</jline.version>
     <ST4.version>4.0.4</ST4.version>
-    <storage-api.version>2.7.3-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.8.0</storage-api.version>
     <beanutils.version>1.9.4</beanutils.version>
     <hamcrest.version>1.3</hamcrest.version>
     <curator.version>4.2.0</curator.version>
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index f53fcf7..53fa3c0 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.hive</groupId>
   <artifactId>hive-storage-api</artifactId>
-  <version>2.7.3</version>
+  <version>2.8.0</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>
 
diff --git a/upgrade-acid/pre-upgrade/pom.xml b/upgrade-acid/pre-upgrade/pom.xml
index 165856b..d0b5889 100644
--- a/upgrade-acid/pre-upgrade/pom.xml
+++ b/upgrade-acid/pre-upgrade/pom.xml
@@ -99,6 +99,10 @@
                 <groupId>org.apache.curator</groupId>
                 <artifactId>curator-framework</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.pentaho</groupId>
+                <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+              </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to