Skip to content

Commit 018ee0a

Browse files
authored
update hive.metastore.version to hive.exec.version (#2879)
1 parent 857358b commit 018ee0a

File tree

1 file changed

+2
-2
lines changed
  • seatunnel-connectors-v2/connector-hive

1 file changed

+2
-2
lines changed

seatunnel-connectors-v2/connector-hive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<artifactId>connector-hive</artifactId>
3131

3232
<properties>
33-
<hive.metastore.version>2.3.9</hive.metastore.version>
33+
<hive.exec.version>2.3.9</hive.exec.version>
3434
<connector.name>connector.hive</connector.name>
3535
</properties>
3636

@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.apache.hive</groupId>
5656
<artifactId>hive-exec</artifactId>
57-
<version>${hive.metastore.version}</version>
57+
<version>${hive.exec.version}</version>
5858
<scope>provided</scope>
5959
<exclusions>
6060
<exclusion>

0 commit comments

Comments
 (0)