Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Switch to junit4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Mar 3, 2015
1 parent 51f2786 commit a350afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18</version>
<configuration>
<argLine>-Xmx32g -XX:MaxPermSize=1g</argLine>
<argLine>-Xmx32g</argLine>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a350afe

Please sign in to comment.