Skip to content

Commit 10ad4a5

Browse files
committed
Add JUnit dependency
1 parent bb1d65c commit 10ad4a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
<groupId>com.comp3004a</groupId>
44
<artifactId>rummikub</artifactId>
55
<version>0.0.1-SNAPSHOT</version>
6+
<dependencies>
7+
<!-- https://mvnrepository.com/artifact/junit/junit -->
8+
<dependency>
9+
<groupId>junit</groupId>
10+
<artifactId>junit</artifactId>
11+
<version>4.12</version>
12+
<scope>test</scope>
13+
</dependency>
14+
</dependencies>
615
</project>

0 commit comments

Comments
 (0)