Skip to content

Commit

Permalink
➕ : add junit-jupiter-engine
Browse files Browse the repository at this point in the history
also corrects scope for junit-jupiter-api
  • Loading branch information
juwit committed Jun 4, 2019
1 parent 72e2d63 commit 4042104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,18 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.2</version>
<scope>test</scope>
</dependency>


Expand Down

0 comments on commit 4042104

Please sign in to comment.