Skip to content

Commit

Permalink
Upgrade to JUnit 5 (#31).
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Oct 20, 2017
1 parent 03d2ff0 commit 76a618e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,15 @@ Test templates are under "Unit Tests" file category.</description>

<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 76a618e

Please sign in to comment.