aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/pom.xml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-27 23:40:23 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-27 23:40:23 -0800
commit9123d799b86a26345d33187463f6d6ed78564fdb (patch)
tree5d5699337a470be024bfd60f66166792b1123d4b /other/java/client/pom.xml
parent319ab6d98ff6f2d17ebda87fc4cfe65bf02667ef (diff)
downloadseaweedfs-9123d799b86a26345d33187463f6d6ed78564fdb.tar.xz
seaweedfs-9123d799b86a26345d33187463f6d6ed78564fdb.zip
refactor
Diffstat (limited to 'other/java/client/pom.xml')
-rw-r--r--other/java/client/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index db2634b2b..1ea39863f 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -50,6 +50,17 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.5.6</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<distributionManagement>