10000 Update pom.xml · ssjssh/javaalgorithm@12516cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 12516cd

Browse files
author
沈世军
committed
Update pom.xml
添加junit依赖。
1 parent 42c9b7c commit 12516cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<artifactId>guava</artifactId>
1414
<version>18.0</version>
1515
</dependency>
16+
17+
<dependency>
18+
<groupId>junit</groupId>
19+
<artifactId>junit</artifactId>
20+
<version>4.8.2</version>
21+
</dependency>
1622

1723
</dependencies>
1824
<build>

0 commit comments

Comments
 (0)
0