Skip to content

Commit

Permalink
Upgrade hive-llap-common to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariam Almesfer committed Feb 18, 2025
1 parent db92976 commit 3c7fe25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,12 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-common</artifactId>
<version>2.3.4</version>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
Expand Down Expand Up @@ -2122,7 +2126,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.14</version>
<version>3.6.3</version>
<exclusions>
<exclusion>
<artifactId>jline</artifactId>
Expand Down

0 comments on commit 3c7fe25

Please sign in to comment.