HBASE-18209 Include httpclient / httpcore jars in build artifacts

This commit is contained in:
tedyu 2017-06-14 20:09:42 -07:00
parent 50e28d62a6
commit 8b36da1108
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>