HBASE-19465 Required httpcore and httpclient jars not included in binary distribution
This commit is contained in:
parent
d6e9da9620
commit
bae3b0b966
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue