Skip to content

Commit

Permalink
update hive.metastore.version to hive.exec.version (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 committed Sep 24, 2022
1 parent 857358b commit 018ee0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seatunnel-connectors-v2/connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<artifactId>connector-hive</artifactId>

<properties>
<hive.metastore.version>2.3.9</hive.metastore.version>
<hive.exec.version>2.3.9</hive.exec.version>
<connector.name>connector.hive</connector.name>
</properties>

Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.metastore.version}</version>
<version>${hive.exec.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 018ee0a

Please sign in to comment.