diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-12-03 22:12:31 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-12-03 22:12:31 -0800 |
| commit | ce566f579eace4d767713aaeb3ad37c180589a32 (patch) | |
| tree | 5c7a6b5f16509ca77c82318b5cc6a6b21375c65e | |
| parent | c85ee7c0fdb61fe401a8cab2512c65b4e48a8126 (diff) | |
| download | seaweedfs-ce566f579eace4d767713aaeb3ad37c180589a32.tar.xz seaweedfs-ce566f579eace4d767713aaeb3ad37c180589a32.zip | |
add juint
| -rw-r--r-- | other/java/hdfs/pom.xml | 6 |
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> |
