Skip to content

Commit

Permalink
pom: use new junit artifactId
Browse files Browse the repository at this point in the history
Resolves issue #77
  • Loading branch information
reftel committed Jan 28, 2022
1 parent bf35cc8 commit bb9e83f
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,)</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bb9e83f

Please sign in to comment.