Skip to content

Commit

Permalink
add junit 4.x to dependency management (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Aug 8, 2022
1 parent 7bb08b3 commit b7a3f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down

0 comments on commit b7a3f16

Please sign in to comment.