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 cf88758 commit a2f5ae1Copy full SHA for a2f5ae1
sql/hive/pom.xml
@@ -51,6 +51,11 @@
51
<artifactId>hive-metastore</artifactId>
52
<version>${hive.version}</version>
53
</dependency>
54
+ <dependency>
55
+ <groupId>commons-httpclient</groupId>
56
+ <artifactId>commons-httpclient</artifactId>
57
+ <version>3.1</version>
58
+ </dependency>
59
<dependency>
60
<groupId>org.spark-project.hive</groupId>
61
<artifactId>hive-exec</artifactId>
0 commit comments