We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857358b commit 018ee0aCopy full SHA for 018ee0a
seatunnel-connectors-v2/connector-hive/pom.xml
@@ -30,7 +30,7 @@
30
<artifactId>connector-hive</artifactId>
31
32
<properties>
33
- <hive.metastore.version>2.3.9</hive.metastore.version>
+ <hive.exec.version>2.3.9</hive.exec.version>
34
<connector.name>connector.hive</connector.name>
35
</properties>
36
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>org.apache.hive</groupId>
56
<artifactId>hive-exec</artifactId>
57
- <version>${hive.metastore.version}</version>
+ <version>${hive.exec.version}</version>
58
<scope>provided</scope>
59
<exclusions>
60
<exclusion>
0 commit comments