1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-02 07:06:44 +02:00

add juint

This commit is contained in:
Chris Lu 2018-12-03 22:12:31 -08:00
parent c85ee7c0fd
commit ce566f579e

View file

@ -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>