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

anishek 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 007489c  HIVE-23916:Fix Atlas client dependency version (Pravin Kumar 
Sinha, reviewed by Aasha Medhi)
007489c is described below

commit 007489c9ab6a2e7a4112eff893fe88dab6224091
Author: Anishek Agarwal <[email protected]>
AuthorDate: Fri Aug 7 13:58:22 2020 +0530

    HIVE-23916:Fix Atlas client dependency version (Pravin Kumar Sinha, 
reviewed by Aasha Medhi)
---
 pom.xml    | 1 -
 ql/pom.xml | 7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 28e481a..3fe05ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,6 @@
     <apache-directory-server.version>1.5.7</apache-directory-server.version>
     <!-- Include arrow for LlapOutputFormatService -->
     <arrow.version>0.10.0</arrow.version>
-    <atlas.client.version>2.0.0</atlas.client.version>
     <avatica.version>1.12.0</avatica.version>
     <avro.version>1.8.2</avro.version>
     <calcite.version>1.21.0</calcite.version>
diff --git a/ql/pom.xml b/ql/pom.xml
index acd9bc1..34b8172 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -31,6 +31,7 @@
     <hive.path.to.root>..</hive.path.to.root>
     <powermock.version>2.0.2</powermock.version>
     <reflections.version>0.9.10</reflections.version>
+    <atlas.version>2.1.0</atlas.version>
   </properties>
 
   <dependencies>
@@ -40,7 +41,7 @@
     <dependency>
       <groupId>org.apache.atlas</groupId>
       <artifactId>atlas-client-v2</artifactId>
-      <version>${atlas.client.version}</version>
+      <version>${atlas.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>
@@ -55,7 +56,7 @@
     <dependency>
       <groupId>org.apache.atlas</groupId>
       <artifactId>atlas-client-common</artifactId>
-      <version>${atlas.client.version}</version>
+      <version>${atlas.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>
@@ -70,7 +71,7 @@
     <dependency>
       <groupId>org.apache.atlas</groupId>
       <artifactId>atlas-intg</artifactId>
-      <version>${atlas.client.version}</version>
+      <version>${atlas.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>

Reply via email to