aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-03 22:12:31 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-03 22:12:31 -0800
commitce566f579eace4d767713aaeb3ad37c180589a32 (patch)
tree5c7a6b5f16509ca77c82318b5cc6a6b21375c65e
parentc85ee7c0fdb61fe401a8cab2512c65b4e48a8126 (diff)
downloadseaweedfs-ce566f579eace4d767713aaeb3ad37c180589a32.tar.xz
seaweedfs-ce566f579eace4d767713aaeb3ad37c180589a32.zip
add juint
-rw-r--r--other/java/hdfs/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/other/java/hdfs/pom.xml b/other/java/hdfs/pom.xml
index 963d3fc17..113da83ff 100644
--- a/other/java/hdfs/pom.xml
+++ b/other/java/hdfs/pom.xml
@@ -74,6 +74,12 @@
<artifactId>httpmime</artifactId>
<version>4.5.2</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>