Skip to content

Commit 47998bf

Browse files
committed
updated junit libraris to junit4
1 parent eaab7d7 commit 47998bf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
<url>http://maven.apache.org</url>
1010
<dependencies>
1111
<dependency>
12-
<groupId>junit</groupId>
13-
<artifactId>junit</artifactId>
14-
<version>3.8.1</version>
15-
<scope>test</scope>
16-
</dependency>
12+
<groupId>junit</groupId>
13+
<artifactId>junit</artifactId>
14+
<version>4.4</version>
15+
</dependency>
1716
<dependency>
1817
<groupId>org.apache.hadoop</groupId>
1918
<artifactId>hadoop-core</artifactId>

0 commit comments

Comments
 (0)