aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs/pom.xml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-25 23:49:05 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-25 23:49:05 -0800
commit11eb014311144e8b3e450c70fb3b1877bd02d534 (patch)
treeae85659fc4665677efdfd851de50ece6261626a9 /other/java/hdfs/pom.xml
parentf970abf14aa38240677131c45c7b7c0d16a8a39e (diff)
downloadseaweedfs-11eb014311144e8b3e450c70fb3b1877bd02d534.tar.xz
seaweedfs-11eb014311144e8b3e450c70fb3b1877bd02d534.zip
SeaweedFileSystem add SeaweedOutputStream to write
Diffstat (limited to 'other/java/hdfs/pom.xml')
-rw-r--r--other/java/hdfs/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/other/java/hdfs/pom.xml b/other/java/hdfs/pom.xml
index c91fa2bfe..e668e1266 100644
--- a/other/java/hdfs/pom.xml
+++ b/other/java/hdfs/pom.xml
@@ -40,6 +40,11 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.5.2</version>
+ </dependency>
</dependencies>
</project>