Skip to content

Commit

Permalink
add junit 4.x to dependency management (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Aug 8, 2022
1 parent f75b035 commit 7a8d5e0
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 @@ -178,6 +178,11 @@
<artifactId>spotbugs-annotations</artifactId>
<version>${spotbugs-annotations.version}</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 7a8d5e0

Please sign in to comment.