Skip to content

Commit

Permalink
pom: use new junit artifactId
Browse files Browse the repository at this point in the history
Resolves issues #77, #83
  • Loading branch information
reftel committed Jun 8, 2022
1 parent 735afea commit d37d1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>[4.9,)</version>
<artifactId>junit</artifactId>
<version>[4.13.2,)</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d37d1b8

Please sign in to comment.