HADOOP-18307. Remove hadoop-cos as a dependency of hadoop-cloud-storage.
Workaround for HADOOP-18159; this ensures that projects declaring a dependency on hadoop-cloud-storage do _not_ have their s3 http connections broken by an out of date mozilla/public-suffix-list.txt resource on the classpath. Contributed by Steve Loughran Change-Id: Ib90d07f1ebe1ceaf91263e4d2aa09218e6d4e518
This commit is contained in:
parent
953255a3fa
commit
34d7fc45d8
|
@ -128,10 +128,19 @@
|
|||
<artifactId>hadoop-openstack</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!--
|
||||
|
||||
This dependency has been cut from this release because
|
||||
the cos library dependency broke the s3a client from interacting
|
||||
with some AWS regions.
|
||||
See HADOOP-18307.
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-cos</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
-->
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue