Skip to content

Commit ff480b0

Browse files
committed
adding junit deps
1 parent c4832e3 commit ff480b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@
2020
<version>7.0</version>
2121
<scope>provided</scope>
2222
</dependency>
23+
<dependency>
24+
<groupId>junit</groupId>
25+
<artifactId>junit</artifactId>
26+
<version>4.10</version>
27+
<scope>test</scope>
28+
</dependency>
2329
</dependencies>
2430

2531
<build>
26-
<finalName>helloworld</finalName>
32+
<finalName>helloworld</finalName>
2733
<plugins>
2834
<plugin>
2935
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)