Skip to content

Commit

Permalink
add junit 5 back (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv authored Jun 29, 2023
1 parent 5589f44 commit a64b163
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@
<version>1.7.32</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down

0 comments on commit a64b163

Please sign in to comment.