HBASE-18209 Include httpclient / httpcore jars in build artifacts

This commit is contained in:
tedyu 2017-06-14 21:00:12 -07:00
parent 6af3ee44c0
commit 299850ea70
2 changed files with 8 additions and 2 deletions

View File

@ -247,6 +247,14 @@
<artifactId>hbase-spark</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
</dependencies>
<profiles>

View File

@ -557,8 +557,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<!-- Overriden to get some SPNEGO classes only in newer version -->
<version>4.5.2</version>
<scope>test</scope>
</dependency>
<dependency>