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 May 14, 2020
1 parent 8f7e843 commit 0540169
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 0540169

Please sign in to comment.