HBASE-19465 Required httpcore and httpclient jars not included in binary distribution

This commit is contained in:
Andrew Purtell 2017-12-08 14:58:18 -08:00
parent d6e9da9620
commit bae3b0b966
1 changed files with 0 additions and 2 deletions

View File

@ -595,12 +595,10 @@
<artifactId>httpclient</artifactId>
<!-- Overriden to get some SPNEGO classes only in newer version -->
<version>4.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>