Skip to content

Commit a2f5ae1

Browse files
committed
Fixes a bug in dependencies.
1 parent cf88758 commit a2f5ae1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql/hive/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<artifactId>hive-metastore</artifactId>
5252
<version>${hive.version}</version>
5353
</dependency>
54+
<dependency>
55+
<groupId>commons-httpclient</groupId>
56+
<artifactId>commons-httpclient</artifactId>
57+
<version>3.1</version>
58+
</dependency>
5459
<dependency>
5560
<groupId>org.spark-project.hive</groupId>
5661
<artifactId>hive-exec</artifactId>

0 commit comments

Comments
 (0)